Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDtask.h2161 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2163 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2190 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2192 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2314 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument
2316 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2343 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2345 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
HDmpu_prototypes.h46 eNotifyAction eAction; member
/Kernel-v10.6.2/
HDtasks.c4920 eNotifyAction eAction, in xTaskGenericNotify()
5043 eNotifyAction eAction, in xTaskGenericNotifyFromISR()
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c961 eNotifyAction eAction, in MPU_xTaskGenericNotify()
HDmpu_wrappers_v2.c1299 eNotifyAction eAction, in MPU_xTaskGenericNotify()
2047 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR()