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