Home
last modified time | relevance | path

Searched defs:uxIndexToNotify (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h2390 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2423 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2551 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2582 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2783 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument
2874 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
DFreeRTOS.h704 #define traceTASK_NOTIFY( uxIndexToNotify ) argument
708 #define traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ) argument
712 #define traceTASK_NOTIFY_GIVE_FROM_ISR( uxIndexToNotify ) argument
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h217 #define traceTASK_NOTIFY_GIVE_FROM_ISR( uxIndexToNotify ) SEGGER_SYSVIEW_RecordU32x2(ap… argument
224 #define traceTASK_NOTIFY( uxIndexToNotify ) SYSVIEW_RecordU32x4(apiFastID… argument
225 #define traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ) SYSVIEW_RecordU32x5(apiFastID… argument
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5521 UBaseType_t uxIndexToNotify, in xTaskGenericNotify()
5648 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR()
5785 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()