Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h359 #ifndef traceINCREASE_TICK_COUNT
363 #define traceINCREASE_TICK_COUNT( x ) macro
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h220 #define traceINCREASE_TICK_COUNT( xTicksToJump ) SEGGER_SYSVIEW_RecordU32(apiF… macro
/hal_espressif-3.6.0/components/freertos/
Dtasks.c2953 traceINCREASE_TICK_COUNT( xTicksToJump ); in vTaskStepTick()