Searched defs:xTaskToNotify (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 2781 #define xTaskNotifyGive( xTaskToNotify ) \ argument 2783 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument [all …]
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 5520 BaseType_t xTaskGenericNotify( TaskHandle_t xTaskToNotify, in xTaskGenericNotify() 5647 BaseType_t xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, in xTaskGenericNotifyFromISR() 5784 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR()
|