Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c77 PIC32_MAC_EVENT_INIT_DONE = 0x001, /* initialization done event */ enumerator
478 …xTaskNotifyWait( PIC32_MAC_EVENT_INIT_DONE, PIC32_MAC_EVENT_INIT_DONE, &evBits, PIC32_MAC_INIT_TIM… in StartInitMac()
480 if( ( evBits & PIC32_MAC_EVENT_INIT_DONE ) == 0 ) in StartInitMac()
659 xTaskNotify( ( TaskHandle_t ) params, PIC32_MAC_EVENT_INIT_DONE, eSetBits ); in MacHandlerTask()