Searched refs:SMBUS_FLAG_BTF (Results 1 – 4 of 4) sorted by relevance
1558 …XE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & SMBUS_FLAG_BTF) == RESET)) in HAL_SMBUS_EV_IRQHandler()1563 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()1572 …NE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & SMBUS_FLAG_BTF) == RESET)) in HAL_SMBUS_EV_IRQHandler()1577 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()1600 …XE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & SMBUS_FLAG_BTF) == RESET)) in HAL_SMBUS_EV_IRQHandler()1605 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()1614 …NE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & SMBUS_FLAG_BTF) == RESET)) in HAL_SMBUS_EV_IRQHandler()1619 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()2571 if (__HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_BTF) == SET) in SMBUS_Slave_STOPF()
365 #define SMBUS_FLAG_BTF 0x00010004U macro