Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h2696 uint32_t ulBitsToClearOnEntry,
2700 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument
2701 …xTaskGenericNotifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExi…
2702 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument
2703 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
Dmpu_prototypes.h100 uint32_t ulBitsToClearOnEntry,
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h226 … SYSVIEW_RecordU32x4(apiFastID_OFFSET + apiID_XTASKNOTIFYWAIT, ulBitsToClearOnEntry, ulBitsToCl…
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5425 BaseType_t xTaskNotifyWait( uint32_t ulBitsToClearOnEntry, in xTaskNotifyWait() argument
5430 …return xTaskGenericNotifyWait(tskDEFAULT_INDEX_TO_NOTIFY, ulBitsToClearOnEntry, ulBitsToClearOnExi… in xTaskNotifyWait()
5435 uint32_t ulBitsToClearOnEntry, in xTaskGenericNotifyWait() argument
5452 … pxCurrentTCB[xPortGetCoreID()]->ulNotifiedValue[ uxIndexToWait ] &= ~ulBitsToClearOnEntry; in xTaskGenericNotifyWait()