Searched defs:eAction (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | task.h | 2161 #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
|
HD | mpu_prototypes.h | 46 eNotifyAction eAction; member
|
/Kernel-v10.6.2/ |
HD | tasks.c | 4920 eNotifyAction eAction, in xTaskGenericNotify() 5043 eNotifyAction eAction, in xTaskGenericNotifyFromISR()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 961 eNotifyAction eAction, in MPU_xTaskGenericNotify()
|
HD | mpu_wrappers_v2.c | 1299 eNotifyAction eAction, in MPU_xTaskGenericNotify() 2047 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR()
|