Searched refs:SMBUS_FLAG_SMBALERT (Results 1 – 4 of 4) sorted by relevance
1369 __HAL_SMBUS_CLEAR_FLAG(hsmbus, SMBUS_FLAG_SMBALERT); in HAL_SMBUS_EnableAlert_IT()1715 if (((sr1itflags & SMBUS_FLAG_SMBALERT) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()1720 __HAL_SMBUS_CLEAR_FLAG(hsmbus, SMBUS_FLAG_SMBALERT); in HAL_SMBUS_ER_IRQHandler()
354 #define SMBUS_FLAG_SMBALERT 0x00018000U macro