Searched refs:PIC32_MAC_EVENT_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
78 PIC32_MAC_EVENT_TIMEOUT = 0x002, /* periodic timeout event */ enumerator672 …xTaskNotifyWait( PIC32_MAC_EVENT_TIMEOUT | PIC32_MAC_EVENT_IF_PENDING, PIC32_MAC_EVENT_TIMEOUT | P… in MacHandlerTask()674 if( ( evBits & PIC32_MAC_EVENT_TIMEOUT ) != 0 ) in MacHandlerTask()715 xTaskNotify( macTaskHandle, PIC32_MAC_EVENT_TIMEOUT, eSetBits ); in MacTmrCallback()