Searched refs:I3C_Trials (Results 1 – 1 of 1) sorted by relevance
8776 __IO uint32_t I3C_Trials = 0UL; in I3C_Ctrl_IsDevice_Ready() local8860 I3C_Trials++; in I3C_Ctrl_IsDevice_Ready()8862 } while ((I3C_Trials < trials) && (status == HAL_OK)); in I3C_Ctrl_IsDevice_Ready()8865 if (trials == I3C_Trials) in I3C_Ctrl_IsDevice_Ready()