Searched defs:eAction (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 2812 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 2814 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
|
A D | mpu_prototypes.h | 46 eNotifyAction eAction; 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
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 939 eNotifyAction eAction, in MPU_xTaskGenericNotify()
|
A D | mpu_wrappers_v2.c | 1273 eNotifyAction eAction, in MPU_xTaskGenericNotify() 2116 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7910 eNotifyAction eAction, in xTaskGenericNotify() 8030 eNotifyAction eAction, in xTaskGenericNotifyFromISR()
|
Completed in 50 milliseconds