Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c3118 __IO uint32_t FMPI2C_Trials = 0UL; in HAL_FMPI2C_IsDeviceReady() local
3207 if (FMPI2C_Trials == Trials) in HAL_FMPI2C_IsDeviceReady()
3223 FMPI2C_Trials++; in HAL_FMPI2C_IsDeviceReady()
3224 } while (FMPI2C_Trials < Trials); in HAL_FMPI2C_IsDeviceReady()