Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c3983 TickType_t xShortest = pdMS_TO_TICKS( ( TickType_t ) ipTCP_TIMER_PERIOD_MS ); in xTCPTimerCheck() local
4051 xShortest = ( TickType_t ) 0; in xTCPTimerCheck()
4055 …if( ( pxSocket->u.xTCP.usTimeout != 0U ) && ( xShortest > ( TickType_t ) pxSocket->u.xTCP.usTimeou… in xTCPTimerCheck()
4057 xShortest = ( TickType_t ) pxSocket->u.xTCP.usTimeout; in xTCPTimerCheck()
4061 return xShortest; in xTCPTimerCheck()