Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h2980 BaseType_t xClearCountOnExit,
2982 #define ulTaskNotifyTake( xClearCountOnExit, xTicksToWait ) \ argument
2983 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
2984 #define ulTaskNotifyTakeIndexed( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) \ argument
2985 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
Dmpu_prototypes.h105 BaseType_t xClearCountOnExit,
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h209 …GGER_SYSVIEW_RecordU32x2(apiFastID_OFFSET + apiID_ULTASKNOTIFYTAKE, xClearCountOnExit, xTicksToWai…
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5343 uint32_t ulTaskNotifyTake(BaseType_t xClearCountOnExit, in ulTaskNotifyTake() argument
5346 return ulTaskGenericNotifyTake(tskDEFAULT_INDEX_TO_NOTIFY, xClearCountOnExit, xTicksToWait); in ulTaskNotifyTake()
5351 BaseType_t xClearCountOnExit, in ulTaskGenericNotifyTake() argument
5396 if( xClearCountOnExit != pdFALSE ) in ulTaskGenericNotifyTake()
/hal_espressif-3.6.0/components/espcoredump/test/esp32s2/
Dexpected_output100 #2 0x40028816 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<opti…
/hal_espressif-3.6.0/components/espcoredump/test/esp32/
Dexpected_output117 #2 0x40087692 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<opti…
/hal_espressif-3.6.0/components/espcoredump/test/esp32s3/
Dexpected_output114 #2 0x4037b352 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<opti…