Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c92 …static SYS_MODULE_OBJ macObjHandle; /* the MAC object instance, obtained at initialization … variable
330 macObjHandle = 0; in StartInitMac()
373macObjHandle = ( macObject->TCPIP_MAC_Initialize )( TCPIP_MODULE_MAC_PIC32INT, &macInit.moduleInit… in StartInitMac()
375 if( macObjHandle == SYS_MODULE_OBJ_INVALID ) in StartInitMac()
377 macObjHandle = 0; in StartInitMac()
469 if( macObjHandle != 0 ) in StartInitCleanup()
471 ( macObject->TCPIP_MAC_Deinitialize )( macObjHandle ); in StartInitCleanup()
472 macObjHandle = 0; in StartInitCleanup()
587 ( macObject->TCPIP_MAC_Tasks )( macObjHandle ); in MacHandlerTask()
589 SYS_STATUS macStatus = ( macObject->TCPIP_MAC_Status )( macObjHandle ); in MacHandlerTask()
[all …]