Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/
HDphyHandling.h83 uint32_t ulBCRValue; member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
HDphyHandling.c494 pxPhyObject->ulBCRValue = ulConfig & ~phyBMCR_ISOLATE; in xPhyConfigure()
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()