Searched defs:xTaskToNotify (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 2630 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument 2632 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2659 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument 2661 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2783 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2785 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2814 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument 3003 #define xTaskNotifyGive( xTaskToNotify ) \ argument 3005 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument 3090 #define vTaskNotifyGiveFromISR( xTaskToNotify, pxHigherPriorityTaskWoken ) \ argument [all …]
|
A D | mpu_prototypes.h | 43 TaskHandle_t xTaskToNotify; member
|
A D | FreeRTOS.h | 2350 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument 2358 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument 2366 …#define traceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriority… argument
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7907 BaseType_t xTaskGenericNotify( TaskHandle_t xTaskToNotify, in xTaskGenericNotify() 8027 BaseType_t xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, in xTaskGenericNotifyFromISR() 8209 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR()
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers_v2.c | 1270 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()
|
A D | mpu_wrappers.c | 936 BaseType_t MPU_xTaskGenericNotify( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotify()
|
Completed in 47 milliseconds