Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1227 uint32_t trials,
1231 uint32_t trials,
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_i3c.h1227 uint32_t trials,
1231 uint32_t trials,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_i3c.h1227 uint32_t trials,
1231 uint32_t trials,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c571 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/
Dstm32h7rsxx_hal_i3c.c571 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/
Dstm32h5xx_hal_i3c.c571 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()