Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c242 pxPhyObject->ulPhyIDs[ pxPhyObject->xPortCount ] = ulPhyID; in xPhyDiscover()
256 FreeRTOS_printf( ( "PHY ID %X\n", ( unsigned int ) pxPhyObject->ulPhyIDs[ 0 ] ) ); in xPhyDiscover()
417 uint32_t ulPhyID = pxPhyObject->ulPhyIDs[ xPhyIndex ]; in xPhyConfigure()
615 uint32_t ulPhyID = pxPhyObject->ulPhyIDs[ xPhyIndex ]; in xPhyStartAutoNegotiation()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/
DphyHandling.h78 uint32_t ulPhyIDs[ ipconfigPHY_MAX_PORTS ]; member