Functions | |
HAL_StatusTypeDef | HAL_BUSMON_Init (BUSMON_HandleTypeDef *hbusmon) |
Initialize Busmonitor. More... | |
HAL_StatusTypeDef | HAL_BUSMON_Enable (BUSMON_HandleTypeDef *hbusmon, int enable) |
Enable/disable Busmonitor. More... | |
HAL_StatusTypeDef | HAL_BUSMON_GetCount (BUSMON_HandleTypeDef *hbusmon, int32_t *count) |
Get Busmonitor count. More... | |
HAL_StatusTypeDef HAL_BUSMON_Enable | ( | BUSMON_HandleTypeDef * | hbusmon, |
int | enable | ||
) |
Enable/disable Busmonitor.
hbusmon | Handle of busmonitor |
enable | 1: enable, 0: disable |
HAL_OK | if successful, otherwise error |
HAL_StatusTypeDef HAL_BUSMON_GetCount | ( | BUSMON_HandleTypeDef * | hbusmon, |
int32_t * | count | ||
) |
Get Busmonitor count.
hbusmon | Handle of busmonitor |
count | count for bus monitor |
HAL_OK | if successful, otherwise error |
HAL_StatusTypeDef HAL_BUSMON_Init | ( | BUSMON_HandleTypeDef * | hbusmon | ) |
Initialize Busmonitor.
hbusmon | Handle of busmonitor |
HAL_OK | if successful, otherwise error |