Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c81 #ifndef phyPHY_MAX_NEGOTIATE_TIME_MS
82 #define phyPHY_MAX_NEGOTIATE_TIME_MS 3000U macro
566 xRemainingTime = ( TickType_t ) pdMS_TO_TICKS( phyPHY_MAX_NEGOTIATE_TIME_MS ); in xPhyStartAutoNegotiation()