Lines Matching refs:RESET

945       while (__HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_BUSY) != RESET);  in HAL_SMBUS_Master_Transmit_IT()
1030 while (__HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_BUSY) != RESET); in HAL_SMBUS_Master_Receive_IT()
1442 if (SMBUS_WaitOnFlagUntilTimeout(hsmbus, SMBUS_FLAG_SB, RESET, Timeout, tickstart) != HAL_OK) in HAL_SMBUS_IsDeviceReady()
1457 while ((tmp1 == RESET) && (tmp2 == RESET) && (tmp3 != HAL_SMBUS_STATE_TIMEOUT)) in HAL_SMBUS_IsDeviceReady()
1540 if (((sr1itflags & SMBUS_FLAG_SB) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1545 else if (((sr1itflags & SMBUS_FLAG_ADD10) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1550 else if (((sr1itflags & SMBUS_FLAG_ADDR) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1555 if ((sr2itflags & SMBUS_FLAG_TRA) != RESET) in HAL_SMBUS_EV_IRQHandler()
1558 …r1itflags & SMBUS_FLAG_TXE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & S… in HAL_SMBUS_EV_IRQHandler()
1563 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1572 …1itflags & SMBUS_FLAG_RXNE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & S… in HAL_SMBUS_EV_IRQHandler()
1577 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1587 if (((sr1itflags & SMBUS_FLAG_ADDR) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1592 else if (((sr1itflags & SMBUS_FLAG_STOPF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1597 else if ((sr2itflags & SMBUS_FLAG_TRA) != RESET) in HAL_SMBUS_EV_IRQHandler()
1600 …r1itflags & SMBUS_FLAG_TXE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & S… in HAL_SMBUS_EV_IRQHandler()
1605 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1614 …1itflags & SMBUS_FLAG_RXNE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itflags & S… in HAL_SMBUS_EV_IRQHandler()
1619 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler()
1640 if (((sr1itflags & SMBUS_FLAG_BERR) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
1650 if (((sr1itflags & SMBUS_FLAG_OVR) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
1659 if (((sr1itflags & SMBUS_FLAG_ARLO) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
1668 if (((sr1itflags & SMBUS_FLAG_AF) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
1705 if (((sr1itflags & SMBUS_FLAG_TIMEOUT) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
1715 if (((sr1itflags & SMBUS_FLAG_SMBALERT) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
1724 if (((sr1itflags & SMBUS_FLAG_PECERR) != RESET) && ((itsources & SMBUS_IT_ERR) != RESET)) in HAL_SMBUS_ER_IRQHandler()
2523 if (__HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_TRA) == RESET) in SMBUS_Slave_ADDR()
2528 if (__HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_DUALF) == RESET) in SMBUS_Slave_ADDR()
2765 if (Status == RESET) in SMBUS_WaitOnFlagUntilTimeout()
2767 while (__HAL_SMBUS_GET_FLAG(hsmbus, Flag) == RESET) in SMBUS_WaitOnFlagUntilTimeout()