Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c885 const TickType_t xAutoNegotiateDelay = pdMS_TO_TICKS( 5000UL ); in prvSetLinkSpeed() local
921 } while( ( xTaskGetTickCount() - xTimeOnEntering ) < xAutoNegotiateDelay ); in prvSetLinkSpeed()