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/
DphyHandling.h83 uint32_t ulBCRValue; member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.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()