Home
last modified time | relevance | path

Searched defs:uxIndexToWait (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h209 #define traceTASK_NOTIFY_TAKE( uxIndexToWait ) SEGGER_SYSVIEW_RecordU32x2(ap… argument
226 #define traceTASK_NOTIFY_WAIT( uxIndexToWait ) SYSVIEW_RecordU32x4(apiFastID… argument
/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h688 #define traceTASK_NOTIFY_TAKE_BLOCK( uxIndexToWait ) argument
692 #define traceTASK_NOTIFY_TAKE( uxIndexToWait ) argument
696 #define traceTASK_NOTIFY_WAIT_BLOCK( uxIndexToWait ) argument
700 #define traceTASK_NOTIFY_WAIT( uxIndexToWait ) argument
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5350 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWait, in ulTaskGenericNotifyTake()
5434 BaseType_t xTaskGenericNotifyWait( UBaseType_t uxIndexToWait, in xTaskGenericNotifyWait()