Home
last modified time | relevance | path

Searched refs:PIC32_MAC_EVENT_TIMEOUT (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c77 PIC32_MAC_EVENT_TIMEOUT = 0x002, /* periodic timeout event */ enumerator
612 …xTaskNotifyWait( PIC32_MAC_EVENT_TIMEOUT | PIC32_MAC_EVENT_IF_PENDING, PIC32_MAC_EVENT_TIMEOUT | P… in MacHandlerTask()
614 if( ( evBits & PIC32_MAC_EVENT_TIMEOUT ) != 0 ) in MacHandlerTask()
655 xTaskNotify( macTaskHandle, PIC32_MAC_EVENT_TIMEOUT, eSetBits ); in MacTmrCallback()