Searched defs:eAction (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 2388 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument 2390 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2421 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument 2423 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2549 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2551 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2582 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 2584 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 5523 eNotifyAction eAction, in xTaskGenericNotify() 5650 eNotifyAction eAction, in xTaskGenericNotifyFromISR()
|