Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c76 PIC32_MAC_EVENT_INIT_DONE = 0x001, /* initialization done event */ enumerator
418 …xTaskNotifyWait( PIC32_MAC_EVENT_INIT_DONE, PIC32_MAC_EVENT_INIT_DONE, &evBits, PIC32_MAC_INIT_TIM… in StartInitMac()
420 if( ( evBits & PIC32_MAC_EVENT_INIT_DONE ) == 0 ) in StartInitMac()
599 xTaskNotify( ( TaskHandle_t ) params, PIC32_MAC_EVENT_INIT_DONE, eSetBits ); in MacHandlerTask()