Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c9364 __IO uint32_t I3C_Trials = 0UL; in I3C_Ctrl_IsDevice_Ready() local
9448 I3C_Trials++; in I3C_Ctrl_IsDevice_Ready()
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.c9370 __IO uint32_t I3C_Trials = 0UL; in I3C_Ctrl_IsDevice_Ready() local
9454 I3C_Trials++; in I3C_Ctrl_IsDevice_Ready()
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.c9364 __IO uint32_t I3C_Trials = 0UL; in I3C_Ctrl_IsDevice_Ready() local
9448 I3C_Trials++; in I3C_Ctrl_IsDevice_Ready()
9450 } while ((I3C_Trials < trials) && (status == HAL_OK)); in I3C_Ctrl_IsDevice_Ready()
9453 if (trials == I3C_Trials) in I3C_Ctrl_IsDevice_Ready()