Searched refs:FMPSMBUS_FLAG_STOPF (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpsmbus.c | 1516 tmp1 = __HAL_FMPSMBUS_GET_FLAG(hfmpsmbus, FMPSMBUS_FLAG_STOPF); in HAL_FMPSMBUS_IsDeviceReady() 1537 tmp1 = __HAL_FMPSMBUS_GET_FLAG(hfmpsmbus, FMPSMBUS_FLAG_STOPF); in HAL_FMPSMBUS_IsDeviceReady() 1545 … if (FMPSMBUS_WaitOnFlagUntilTimeout(hfmpsmbus, FMPSMBUS_FLAG_STOPF, RESET, Timeout) != HAL_OK) in HAL_FMPSMBUS_IsDeviceReady() 1551 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_STOPF); in HAL_FMPSMBUS_IsDeviceReady() 1564 … if (FMPSMBUS_WaitOnFlagUntilTimeout(hfmpsmbus, FMPSMBUS_FLAG_STOPF, RESET, Timeout) != HAL_OK) in HAL_FMPSMBUS_IsDeviceReady() 1573 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_STOPF); in HAL_FMPSMBUS_IsDeviceReady() 1583 … if (FMPSMBUS_WaitOnFlagUntilTimeout(hfmpsmbus, FMPSMBUS_FLAG_STOPF, RESET, Timeout) != HAL_OK) in HAL_FMPSMBUS_IsDeviceReady() 1589 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_STOPF); in HAL_FMPSMBUS_IsDeviceReady() 1638 (FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_STOPF) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler() 1663 (FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_STOPF) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_fmpsmbus.h | 394 #define FMPSMBUS_FLAG_STOPF FMPI2C_ISR_STOPF macro
|