Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c3805 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut() local
3838 …else if( xElapsedTime < *pxTicksToWait ) /*lint !e961 Explicit casting is only redundant with some… in xTaskCheckForTimeOut()
3841 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()