Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c874 const TickType_t xAutoNegotiateDelay = pdMS_TO_TICKS( 5000UL ); in prvSetLinkSpeed() local
910 } while( ( xTaskGetTickCount() - xTimeOnEntering ) < xAutoNegotiateDelay ); in prvSetLinkSpeed()