Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c4774 TickType_t xShortest = pdMS_TO_TICKS( ( TickType_t ) ipTCP_TIMER_PERIOD_MS ); in xTCPTimerCheck() local
4842 xShortest = ( TickType_t ) 0; in xTCPTimerCheck()
4846 …if( ( pxSocket->u.xTCP.usTimeout != 0U ) && ( xShortest > ( TickType_t ) pxSocket->u.xTCP.usTimeou… in xTCPTimerCheck()
4848 xShortest = ( TickType_t ) pxSocket->u.xTCP.usTimeout; in xTCPTimerCheck()
4852 return xShortest; in xTCPTimerCheck()