Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/include/freertos/
Dtask.h2386 eNotifyAction eAction,
2388 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2389 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), N…
2390 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2391 xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), NULL )
2421 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2422 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), (…
2423 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2424 …xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviou…
2546 eNotifyAction eAction,
[all …]
Dmpu_prototypes.h97 eNotifyAction eAction,
/hal_espressif-3.4.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt30 44 xTaskGenericNotify xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
31 45 xTaskGenericNotifyFromISR xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
/hal_espressif-3.4.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt30 44 xTaskGenericNotify xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
31 45 xTaskGenericNotifyFromISR xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
/hal_espressif-3.4.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt30 44 xTaskGenericNotify xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
31 45 xTaskGenericNotifyFromISR xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
/hal_espressif-3.4.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt30 44 xTaskGenericNotify xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
31 45 xTaskGenericNotifyFromISR xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
/hal_espressif-3.4.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt30 44 xTaskGenericNotify xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
31 45 xTaskGenericNotifyFromISR xTaskToNotify=%t ulValue=%u eAction=%u pulPreviousNot…
/hal_espressif-3.4.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h224 … apiID_XTASKGENERICNOTIFY, SEGGER_SYSVIEW_ShrinkId((U32)pxTCB), ulValue, eAction, (U32)pulPrevious…
225 …XTASKGENERICNOTIFYFROMISR, SEGGER_SYSVIEW_ShrinkId((U32)pxTCB), ulValue, eAction, (U32)pulPrevious…
/hal_espressif-3.4.0/components/freertos/
Dtasks.c5523 eNotifyAction eAction, in xTaskGenericNotify() argument
5545 switch( eAction ) in xTaskGenericNotify()
5650 eNotifyAction eAction, in xTaskGenericNotifyFromISR() argument
5691 switch( eAction ) in xTaskGenericNotifyFromISR()