Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Common/
DphyHandling.c85 #ifndef phySHORT_DELAY_MS
86 #define phySHORT_DELAY_MS 50U macro
316 vTaskDelay( pdMS_TO_TICKS( phySHORT_DELAY_MS ) ); in xPhyReset()
332 vTaskDelay( pdMS_TO_TICKS( phySHORT_DELAY_MS ) ); in xPhyReset()
604 vTaskDelay( pdMS_TO_TICKS( phySHORT_DELAY_MS ) ); in xPhyStartAutoNegotiation()