Searched refs:fnPhyRead (Results 1 – 2 of 2) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/ |
D | phyHandling.c | 209 xApplicationPhyReadHook_t fnPhyRead, in vPhyInitialise() argument 214 pxPhyObject->fnPhyRead = fnPhyRead; in vPhyInitialise() 230 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_03_PHYSID2, &ulLowerID ); in xPhyDiscover() 238 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_02_PHYSID1, &ulUpperID ); in xPhyDiscover() 281 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset() 295 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset() 327 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset() 438 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyConfigure() 466 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_19_PHYCR, &ulPhyControl ); in xPhyConfigure() 583 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/ |
D | phyHandling.h | 76 xApplicationPhyReadHook_t fnPhyRead; member 129 xApplicationPhyReadHook_t fnPhyRead,
|