Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/source/
DFreeRTOS_Sockets.c714 TickType_t xRemainingTime; in FreeRTOS_select() local
721 xRemainingTime = xBlockTimeTicks; in FreeRTOS_select()
730 …ts( pxSocketSet->xSelectGroup, ( ( EventBits_t ) eSELECT_ALL ), pdFALSE, pdFALSE, xRemainingTime ); in FreeRTOS_select()
754 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_select()
856 …TickType_t xRemainingTime = ( TickType_t ) 0; /* Obsolete assignment, but some compilers output a … in FreeRTOS_recvfrom() local
881 xRemainingTime = pxSocket->xReceiveBlockTime; in FreeRTOS_recvfrom()
883 if( xRemainingTime == ( TickType_t ) 0 ) in FreeRTOS_recvfrom()
911 … pdTRUE /*xClearOnExit*/, pdFALSE /*xWaitAllBits*/, xRemainingTime ); in FreeRTOS_recvfrom()
940 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_recvfrom()
3091 TickType_t xRemainingTime; in FreeRTOS_connect() local
[all …]