Home
last modified time | relevance | path

Searched defs:pxPhyObject (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c208 void vPhyInitialise( EthernetPhy_t * pxPhyObject, in vPhyInitialise()
220 BaseType_t xPhyDiscover( EthernetPhy_t * pxPhyObject ) in xPhyDiscover()
264 static uint32_t xPhyReset( EthernetPhy_t * pxPhyObject, in xPhyReset()
338 BaseType_t xPhyConfigure( EthernetPhy_t * pxPhyObject, in xPhyConfigure()
505 BaseType_t xPhyFixedValue( EthernetPhy_t * pxPhyObject, in xPhyFixedValue()
541 BaseType_t xPhyStartAutoNegotiation( EthernetPhy_t * pxPhyObject, in xPhyStartAutoNegotiation()
759 BaseType_t xPhyCheckLinkStatus( EthernetPhy_t * pxPhyObject, in xPhyCheckLinkStatus()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/
DphyHandling.h154 #define xPhyGetMask( pxPhyObject ) \ argument