Searched refs:SMBUS_TIMEOUT_BUSY_FLAG (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_smbus.c | 188 #define SMBUS_TIMEOUT_BUSY_FLAG 25U /*!< Timeout 25 ms */ macro 931 count = SMBUS_TIMEOUT_BUSY_FLAG * (SystemCoreClock / 25U / 1000U); in HAL_SMBUS_Master_Transmit_IT() 1016 count = SMBUS_TIMEOUT_BUSY_FLAG * (SystemCoreClock / 25U / 1000U); in HAL_SMBUS_Master_Receive_IT() 1414 …if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_BUSY, SET, SMBUS_TIMEOUT_BUSY_FLAG, tickstart)… in HAL_SMBUS_IsDeviceReady() 1480 …if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_BUSY, SET, SMBUS_TIMEOUT_BUSY_FLAG, tickstart)… in HAL_SMBUS_IsDeviceReady() 1501 …if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_BUSY, SET, SMBUS_TIMEOUT_BUSY_FLAG, tickstart)… in HAL_SMBUS_IsDeviceReady()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_smbus.c | 188 #define SMBUS_TIMEOUT_BUSY_FLAG 25U /*!< Timeout 25 ms */ macro 931 count = SMBUS_TIMEOUT_BUSY_FLAG * (SystemCoreClock / 25U / 1000U); in HAL_SMBUS_Master_Transmit_IT() 1016 count = SMBUS_TIMEOUT_BUSY_FLAG * (SystemCoreClock / 25U / 1000U); in HAL_SMBUS_Master_Receive_IT() 1414 …if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_BUSY, SET, SMBUS_TIMEOUT_BUSY_FLAG, tickstart)… in HAL_SMBUS_IsDeviceReady() 1480 …if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_BUSY, SET, SMBUS_TIMEOUT_BUSY_FLAG, tickstart)… in HAL_SMBUS_IsDeviceReady() 1501 …if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_BUSY, SET, SMBUS_TIMEOUT_BUSY_FLAG, tickstart)… in HAL_SMBUS_IsDeviceReady()
|