Searched refs:kENET_TxBuffer2Interrupt (Results 1 – 2 of 2) sorted by relevance
136 (uint32_t)kENET_TxBuffer2Interrupt) /*!< Enet Tx interrupt flag. */279 …kENET_TxBuffer2Interrupt = ENET_EIR_TXB2_MASK, /*!< Tx buffer interrupt for Tx ring/class 2.… enumerator
2835 mask |= (uint32_t)kENET_TxBuffer1Interrupt | (uint32_t)kENET_TxBuffer2Interrupt; in ENET_Ptp1588ConfigureHandler()3103 mask = ((uint32_t)kENET_TxFrame2Interrupt | (uint32_t)kENET_TxBuffer2Interrupt); in ENET_TransmitIRQHandler()3373 if (0U != (event & ((uint32_t)kENET_TxBuffer2Interrupt | (uint32_t)kENET_TxFrame2Interrupt))) in ENET_CommonFrame2IRQHandler()