Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c93 …static SYS_MODULE_OBJ macObjHandle; /* the MAC object instance, obtained at initialization … variable
383 macObjHandle = 0; in StartInitMac()
433macObjHandle = ( macObject->TCPIP_MAC_Initialize )( TCPIP_MODULE_MAC_PIC32INT, &macInit.moduleInit… in StartInitMac()
435 if( macObjHandle == SYS_MODULE_OBJ_INVALID ) in StartInitMac()
437 macObjHandle = 0; in StartInitMac()
529 if( macObjHandle != 0 ) in StartInitCleanup()
531 ( macObject->TCPIP_MAC_Deinitialize )( macObjHandle ); in StartInitCleanup()
532 macObjHandle = 0; in StartInitCleanup()
647 ( macObject->TCPIP_MAC_Tasks )( macObjHandle ); in MacHandlerTask()
649 SYS_STATUS macStatus = ( macObject->TCPIP_MAC_Status )( macObjHandle ); in MacHandlerTask()
[all …]