Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c339 const PhyProperties_t * pxPhyProperties ) in xPhyConfigure() argument
355 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_AUTO ) && ( pxPhyProperties->ucDuplex == (… in xPhyConfigure()
365 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_AUTO ) in xPhyConfigure()
367 if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) in xPhyConfigure()
376 else if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_AUTO ) in xPhyConfigure()
378 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
387 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) in xPhyConfigure()
389 if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) in xPhyConfigure()
400 if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) in xPhyConfigure()
444 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) || ( pxPhyProperties->ucSpeed == ( u… in xPhyConfigure()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/include/
DphyHandling.h137 const PhyProperties_t * pxPhyProperties );