Home
last modified time | relevance | path

Searched refs:SMBUS_Trials (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c1440 __IO uint32_t SMBUS_Trials = 0UL; in HAL_SMBUS_IsDeviceReady() local
1528 if (SMBUS_Trials == Trials) in HAL_SMBUS_IsDeviceReady()
1544 SMBUS_Trials++; in HAL_SMBUS_IsDeviceReady()
1546 while (SMBUS_Trials < Trials); in HAL_SMBUS_IsDeviceReady()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c1043 __IO uint32_t SMBUS_Trials = 0U; in HAL_SMBUS_IsDeviceReady() local
1118 if (SMBUS_Trials++ == Trials) in HAL_SMBUS_IsDeviceReady()
1133 while (SMBUS_Trials < Trials); in HAL_SMBUS_IsDeviceReady()