Searched refs:ENET_ERR_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
149 #define ENET_ERR_INTERRUPT … macro
522 if (0U != (config->interrupt & (uint32_t)ENET_ERR_INTERRUPT)) in ENET_SetHandler()3323 if (0U != (event & ENET_ERR_INTERRUPT) && (NULL != s_enetErrIsr[instance])) in ENET_CommonFrame0IRQHandler()