Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c241 pxPhyObject->ucPhyIndexes[ pxPhyObject->xPortCount ] = xPhyAddress; in xPhyDiscover()
278 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset()
293 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset()
324 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset()
416 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyConfigure()
527 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyFixedValue()
558 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation()
581 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation()
614 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation()
790 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyCheckLinkStatus()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/
DphyHandling.h79 uint8_t ucPhyIndexes[ ipconfigPHY_MAX_PORTS ]; member