Searched refs:fnPhyWrite (Results 1 – 2 of 2) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/ |
D | phyHandling.c | 210 xApplicationPhyWriteHook_t fnPhyWrite ) in vPhyInitialise() argument 215 pxPhyObject->fnPhyWrite = fnPhyWrite; in vPhyInitialise() 282 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig | phyBMCR_RESET ); in xPhyReset() 328 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig & ~phyBMCR_RESET ); in xPhyReset() 420 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_04_ADVERTISE, ulAdvertise ); in xPhyConfigure() 487 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_19_PHYCR, ulPhyControl ); in xPhyConfigure() 530 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulValue ); in xPhyFixedValue() 561 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_04_ADVERTISE, pxPhyObject->ulACRValue ); in xPhyStartAutoNegotiation() 562 …pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, pxPhyObject->ulBCRValue | phyBMCR_AN_RESTART… in xPhyStartAutoNegotiation() 623 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, pxPhyObject->ulBCRValue ); in xPhyStartAutoNegotiation()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/ |
D | phyHandling.h | 77 xApplicationPhyWriteHook_t fnPhyWrite; member 130 xApplicationPhyWriteHook_t fnPhyWrite );
|