Searched refs:SMBUS_Trials (Results 1 – 2 of 2) sorted by relevance
1440 __IO uint32_t SMBUS_Trials = 0UL; in HAL_SMBUS_IsDeviceReady() local1528 if (SMBUS_Trials == Trials) in HAL_SMBUS_IsDeviceReady()1544 SMBUS_Trials++; in HAL_SMBUS_IsDeviceReady()1546 while (SMBUS_Trials < Trials); in HAL_SMBUS_IsDeviceReady()
1043 __IO uint32_t SMBUS_Trials = 0U; in HAL_SMBUS_IsDeviceReady() local1118 if (SMBUS_Trials++ == Trials) in HAL_SMBUS_IsDeviceReady()1133 while (SMBUS_Trials < Trials); in HAL_SMBUS_IsDeviceReady()