Searched refs:pulNotificationValue (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 2698 uint32_t * pulNotificationValue, 2700 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2701 …X_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks… 2702 …exed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument 2703 …xToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks…
|
D | mpu_prototypes.h | 102 uint32_t * pulNotificationValue,
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 32 … ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNotificationValue=%u xTicksTo…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 32 … ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNotificationValue=%u xTicksTo…
|
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/ |
D | SYSVIEW_FreeRTOS.txt | 32 … ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNotificationValue=%u xTicksTo…
|
/hal_espressif-3.6.0/tools/esp_app_trace/ |
D | SYSVIEW_FreeRTOS.txt | 32 … ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNotificationValue=%u xTicksTo…
|
/hal_espressif-3.6.0/examples/system/sysview_tracing/ |
D | SYSVIEW_FreeRTOS.txt | 32 … ulBitsToClearOnEntry=%u ulBitsToClearOnExit=%u pulNotificationValue=%u xTicksTo…
|
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/ |
D | SEGGER_SYSVIEW_FreeRTOS.h | 226 …_XTASKNOTIFYWAIT, ulBitsToClearOnEntry, ulBitsToClearOnExit, (U32)pulNotificationValue, xTicksToWa…
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 5427 uint32_t * pulNotificationValue, in xTaskNotifyWait() argument 5430 …FAULT_INDEX_TO_NOTIFY, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in xTaskNotifyWait() 5437 uint32_t * pulNotificationValue, in xTaskGenericNotifyWait() argument 5484 if( pulNotificationValue != NULL ) in xTaskGenericNotifyWait() 5488 … *pulNotificationValue = pxCurrentTCB[xPortGetCoreID()]->ulNotifiedValue[ uxIndexToWait ]; in xTaskGenericNotifyWait()
|