Home
last modified time | relevance | path

Searched defs:xTaskToNotify (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/include/
Dtask.h2611 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2613 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2640 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2642 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2764 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument
2766 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2793 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2795 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
2984 #define xTaskNotifyGive( xTaskToNotify ) \ argument
2986 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument
[all …]
Dmpu_prototypes.h43 TaskHandle_t xTaskToNotify; member
DFreeRTOS.h2325 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument
2333 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
2341 …#define traceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriority… argument
/Kernel-v11.1.0/
Dtasks.c7832 BaseType_t xTaskGenericNotify( TaskHandle_t xTaskToNotify, in xTaskGenericNotify()
7952 BaseType_t xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, in xTaskGenericNotifyFromISR()
8118 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c1270 BaseType_t MPU_xTaskGenericNotify( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotify()
2113 BaseType_t MPU_xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotifyFromISR()
2144 void MPU_vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
Dmpu_wrappers.c934 BaseType_t MPU_xTaskGenericNotify( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotify()