Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c78 PIC32_MAC_EVENT_TIMEOUT = 0x002, /* periodic timeout event */ enumerator
672 …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()