Searched refs:uxReloadTime (Results 1 – 1 of 1) sorted by relevance
82 TickType_t uxReloadTime );86 TickType_t uxReloadTime );438 TickType_t uxReloadTime ) in xRAProcess_HandleWaitStates() argument440 TickType_t uxNewReloadTime = uxReloadTime; in xRAProcess_HandleWaitStates()530 TickType_t uxReloadTime ) in xRAProcess_HandleOtherStates() argument532 TickType_t uxNewReloadTime = uxReloadTime; in xRAProcess_HandleOtherStates()639 TickType_t uxReloadTime = pdMS_TO_TICKS( 5000U ); in vRAProcess() local655 uxReloadTime = xRAProcess_HandleWaitStates( pxEndPoint, uxReloadTime ); in vRAProcess()658 uxReloadTime = xRAProcess_HandleOtherStates( pxEndPoint, uxReloadTime ); in vRAProcess()672 if( uxReloadTime != 0U ) in vRAProcess()[all …]