Home
last modified time | relevance | path

Searched refs:FMPSMBUS_WaitOnFlagUntilTimeout (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c213 static HAL_StatusTypeDef FMPSMBUS_WaitOnFlagUntilTimeout(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_…
1545 … if (FMPSMBUS_WaitOnFlagUntilTimeout(hfmpsmbus, FMPSMBUS_FLAG_STOPF, RESET, Timeout) != HAL_OK) in HAL_FMPSMBUS_IsDeviceReady()
1564 … if (FMPSMBUS_WaitOnFlagUntilTimeout(hfmpsmbus, FMPSMBUS_FLAG_STOPF, RESET, Timeout) != HAL_OK) in HAL_FMPSMBUS_IsDeviceReady()
1583 … if (FMPSMBUS_WaitOnFlagUntilTimeout(hfmpsmbus, FMPSMBUS_FLAG_STOPF, RESET, Timeout) != HAL_OK) in HAL_FMPSMBUS_IsDeviceReady()
2669 static HAL_StatusTypeDef FMPSMBUS_WaitOnFlagUntilTimeout(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_… in FMPSMBUS_WaitOnFlagUntilTimeout() function