Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c1489 __IO uint32_t FMPSMBUS_Trials = 0UL; in HAL_FMPSMBUS_IsDeviceReady() local
1577 if (FMPSMBUS_Trials == Trials) in HAL_FMPSMBUS_IsDeviceReady()
1593 FMPSMBUS_Trials++; in HAL_FMPSMBUS_IsDeviceReady()
1594 } while (FMPSMBUS_Trials < Trials); in HAL_FMPSMBUS_IsDeviceReady()