Searched refs:kENET_TxBuffer1Interrupt (Results 1 – 2 of 2) sorted by relevance
135 …(uint32_t)kENET_TxBuffer1Interrupt | (uint32_t)kENET_TxFrame2Interrupt | …283 …kENET_TxBuffer1Interrupt = ENET_EIR_TXB1_MASK, /*!< Tx buffer interrupt for Tx ring/class 1.… enumerator
2835 mask |= (uint32_t)kENET_TxBuffer1Interrupt | (uint32_t)kENET_TxBuffer2Interrupt; in ENET_Ptp1588ConfigureHandler()3100 mask = ((uint32_t)kENET_TxFrame1Interrupt | (uint32_t)kENET_TxBuffer1Interrupt); in ENET_TransmitIRQHandler()3343 if (0U != (event & ((uint32_t)kENET_TxBuffer1Interrupt | (uint32_t)kENET_TxFrame1Interrupt))) in ENET_CommonFrame1IRQHandler()