HPM SDK
HPMicro Software Development Kit
hpm_esc_drv.c File Reference
#include "hpm_esc_drv.h"

Macros

#define HPM_ESC_DRV_DEFAULT_RETRY_COUNT   (0xA0000000U)
 

Functions

hpm_stat_t esc_mdio_read (ESC_Type *ptr, uint8_t phy_addr, uint8_t reg_addr, uint16_t *data)
 ESC read PHY register via ESC MII Management Interface. More...
 
hpm_stat_t esc_mdio_write (ESC_Type *ptr, uint8_t phy_addr, uint8_t reg_addr, uint16_t data)
 ESc write PHY register via ESC MII Management Interface. More...
 
hpm_stat_t esc_check_eeprom_loading (ESC_Type *ptr)
 ESC check eeprom loading data status. More...
 

Macro Definition Documentation

◆ HPM_ESC_DRV_DEFAULT_RETRY_COUNT

#define HPM_ESC_DRV_DEFAULT_RETRY_COUNT   (0xA0000000U)