Searched refs:ulBitsToClearOnEntry (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 2696 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 ), ( …
|
D | mpu_prototypes.h | 100 uint32_t ulBitsToClearOnEntry,
|
/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 … SYSVIEW_RecordU32x4(apiFastID_OFFSET + apiID_XTASKNOTIFYWAIT, ulBitsToClearOnEntry, ulBitsToCl…
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 5425 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()
|