Searched refs:trials (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 1227 uint32_t trials, 1231 uint32_t trials,
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i3c.h | 1227 uint32_t trials, 1231 uint32_t trials,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i3c.h | 1227 uint32_t trials, 1231 uint32_t trials,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 571 uint32_t trials, 5285 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI3C_Ready() argument 5309 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready() 5326 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI2C_Ready() argument 5350 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready() 9361 uint32_t trials, in I3C_Ctrl_IsDevice_Ready() argument 9450 } while ((I3C_Trials < trials) && (status == HAL_OK)); in I3C_Ctrl_IsDevice_Ready() 9453 if (trials == I3C_Trials) in I3C_Ctrl_IsDevice_Ready()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 571 uint32_t trials, 5285 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI3C_Ready() argument 5309 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready() 5326 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI2C_Ready() argument 5350 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready() 9367 uint32_t trials, in I3C_Ctrl_IsDevice_Ready() argument 9456 } while ((I3C_Trials < trials) && (status == HAL_OK)); in I3C_Ctrl_IsDevice_Ready() 9459 if (trials == I3C_Trials) in I3C_Ctrl_IsDevice_Ready()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 571 uint32_t trials, 5285 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI3C_Ready() argument 5309 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready() 5326 uint32_t trials, in HAL_I3C_Ctrl_IsDeviceI2C_Ready() argument 5350 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready() 9361 uint32_t trials, in I3C_Ctrl_IsDevice_Ready() argument 9450 } while ((I3C_Trials < trials) && (status == HAL_OK)); in I3C_Ctrl_IsDevice_Ready() 9453 if (trials == I3C_Trials) in I3C_Ctrl_IsDevice_Ready()
|