Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c224 pxPhyObject->xPortCount = 0; in xPhyDiscover()
241 pxPhyObject->ucPhyIndexes[ pxPhyObject->xPortCount ] = ( uint8_t ) xPhyAddress; in xPhyDiscover()
242 pxPhyObject->ulPhyIDs[ pxPhyObject->xPortCount ] = ulPhyID; in xPhyDiscover()
244 pxPhyObject->xPortCount++; in xPhyDiscover()
247 if( pxPhyObject->xPortCount == ipconfigPHY_MAX_PORTS ) in xPhyDiscover()
254 if( pxPhyObject->xPortCount > 0 ) in xPhyDiscover()
259 return pxPhyObject->xPortCount; in xPhyDiscover()
276 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyReset()
291 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyReset()
320 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyReset()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/
DphyHandling.h82 BaseType_t xPortCount; member
155 ( ( ( ( uint32_t ) 1u ) << ( pxPhyObject )->xPortCount ) - 1u )