Searched refs:trials (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 1156 uint32_t trials, 1160 uint32_t trials,
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 439 uint32_t trials, 5008 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI3C_Ready() argument 5032 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready() 5049 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI2C_Ready() argument 5073 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready() 8773 uint32_t trials, in I3C_Ctrl_IsDevice_Ready() argument 8862 } while ((I3C_Trials < trials) && (status == HAL_OK)); in I3C_Ctrl_IsDevice_Ready() 8865 if (trials == I3C_Trials) in I3C_Ctrl_IsDevice_Ready()
|