Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c268 TickType_t xRemainingTime; in xPhyReset() local
285 xRemainingTime = ( TickType_t ) pdMS_TO_TICKS( phyPHY_MAX_RESET_TIME_MS ); in xPhyReset()
309 if( xTaskCheckForTimeOut( &xTimer, &xRemainingTime ) != pdFALSE ) in xPhyReset()
546 TickType_t xRemainingTime; in xPhyStartAutoNegotiation() local
566 xRemainingTime = ( TickType_t ) pdMS_TO_TICKS( phyPHY_MAX_NEGOTIATE_TIME_MS ); in xPhyStartAutoNegotiation()
598 if( xTaskCheckForTimeOut( &xTimer, &xRemainingTime ) != pdFALSE ) in xPhyStartAutoNegotiation()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c971 TickType_t xRemainingTime; in FreeRTOS_select() local
978 xRemainingTime = xBlockTimeTicks; in FreeRTOS_select()
987 …ts( pxSocketSet->xSelectGroup, ( ( EventBits_t ) eSELECT_ALL ), pdFALSE, pdFALSE, xRemainingTime ); in FreeRTOS_select()
1011 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_select()
1096 TickType_t xRemainingTime = pxSocket->xReceiveBlockTime; in prvRecvFromWaitForPacket() local
1110 if( xRemainingTime == ( TickType_t ) 0 ) in prvRecvFromWaitForPacket()
1138 … pdTRUE /*xClearOnExit*/, pdFALSE /*xWaitAllBits*/, xRemainingTime ); in prvRecvFromWaitForPacket()
1167 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvRecvFromWaitForPacket()
3767 TickType_t xRemainingTime; in FreeRTOS_connect() local
3800 xRemainingTime = pxSocket->xReceiveBlockTime; in FreeRTOS_connect()
[all …]