Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt38 151 xTaskCheckForTimeOut pxTimeOut=%u pxTicksToWait=%u
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt38 151 xTaskCheckForTimeOut pxTimeOut=%u pxTicksToWait=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt38 151 xTaskCheckForTimeOut pxTimeOut=%u pxTicksToWait=%u
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt38 151 xTaskCheckForTimeOut pxTimeOut=%u pxTicksToWait=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt38 151 xTaskCheckForTimeOut pxTimeOut=%u pxTicksToWait=%u
/hal_espressif-3.6.0/components/freertos/
Dtasks.c3794 TickType_t * const pxTicksToWait ) in xTaskCheckForTimeOut() argument
3799 configASSERT( pxTicksToWait ); in xTaskCheckForTimeOut()
3819 if( *pxTicksToWait == portMAX_DELAY ) in xTaskCheckForTimeOut()
3838 …else if( xElapsedTime < *pxTicksToWait ) /*lint !e961 Explicit casting is only redundant with some… in xTaskCheckForTimeOut()
3841 *pxTicksToWait -= xElapsedTime; in xTaskCheckForTimeOut()
3847 *pxTicksToWait = 0; in xTaskCheckForTimeOut()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_prototypes.h116 TickType_t * const pxTicksToWait ) FREERTOS_SYSTEM_CALL;
Dtask.h3233 TickType_t * const pxTicksToWait ) PRIVILEGED_FUNCTION;