Searched refs:PIC32_MAC_EVENT_IF_PENDING (Results 1 – 1 of 1) sorted by relevance
78 PIC32_MAC_EVENT_IF_PENDING = 0x004, /* an interface event signal: RX, TX, errors. etc. */ enumerator612 …tifyWait( PIC32_MAC_EVENT_TIMEOUT | PIC32_MAC_EVENT_IF_PENDING, PIC32_MAC_EVENT_TIMEOUT | PIC32_MA… in MacHandlerTask()626 if( ( evBits & PIC32_MAC_EVENT_IF_PENDING ) != 0 ) in MacHandlerTask()669 …xTaskNotifyFromISR( macTaskHandle, PIC32_MAC_EVENT_IF_PENDING, eSetBits, &xHigherPriorityTaskWoken… in MAC_EventFunction()