Searched refs:ulBitsToClearOnExit (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 2697 uint32_t ulBitsToClearOnExit, 2700 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2701 …otifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNot… 2702 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument 2703 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
|
D | mpu_prototypes.h | 101 uint32_t ulBitsToClearOnExit,
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
|
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/ |
D | SYSVIEW_FreeRTOS.txt | 32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
|
/hal_espressif-3.6.0/tools/esp_app_trace/ |
D | SYSVIEW_FreeRTOS.txt | 32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
|
/hal_espressif-3.6.0/examples/system/sysview_tracing/ |
D | SYSVIEW_FreeRTOS.txt | 32 46 xTaskNotifyWait ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNot…
|
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/ |
D | SEGGER_SYSVIEW_FreeRTOS.h | 226 …x4(apiFastID_OFFSET + apiID_XTASKNOTIFYWAIT, ulBitsToClearOnEntry, ulBitsToClearOnExit, (U32)pulNo…
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 5426 uint32_t ulBitsToClearOnExit, in xTaskNotifyWait() argument 5430 …enericNotifyWait(tskDEFAULT_INDEX_TO_NOTIFY, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in xTaskNotifyWait() 5436 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument 5504 … pxCurrentTCB[xPortGetCoreID()]->ulNotifiedValue[ uxIndexToWait ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()
|