Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h2630 #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 Dmpu_prototypes.h46 eNotifyAction eAction; member
A DFreeRTOS.h2350 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument
2358 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c939 eNotifyAction eAction, in MPU_xTaskGenericNotify()
A Dmpu_wrappers_v2.c1273 eNotifyAction eAction, in MPU_xTaskGenericNotify()
2116 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR()
/FreeRTOS-Kernel/
A Dtasks.c7910 eNotifyAction eAction, in xTaskGenericNotify()
8030 eNotifyAction eAction, in xTaskGenericNotifyFromISR()

Completed in 50 milliseconds