Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dtask.h2608 eNotifyAction eAction,
2610 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2611 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), N…
2612 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2613 xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), NULL )
2639 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2640 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), (…
2641 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2642 …xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviou…
2760 eNotifyAction eAction,
[all …]
Dmpu_prototypes.h46 eNotifyAction eAction; member
113 eNotifyAction eAction,
176 eNotifyAction eAction,
DFreeRTOS.h2273 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument
2281 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c1268 eNotifyAction eAction, in MPU_xTaskGenericNotify() argument
1277 xParams.eAction = eAction; in MPU_xTaskGenericNotify()
1306 ( ( pxParams->eAction == eNoAction ) || in MPU_xTaskGenericNotifyImpl()
1307 ( pxParams->eAction == eSetBits ) || in MPU_xTaskGenericNotifyImpl()
1308 ( pxParams->eAction == eIncrement ) || in MPU_xTaskGenericNotifyImpl()
1309 ( pxParams->eAction == eSetValueWithOverwrite ) || in MPU_xTaskGenericNotifyImpl()
1310 ( pxParams->eAction == eSetValueWithoutOverwrite ) ) ) in MPU_xTaskGenericNotifyImpl()
1337 pxParams->eAction, in MPU_xTaskGenericNotifyImpl()
2111 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR() argument
2127 …TaskGenericNotifyFromISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPreviousNotif… in MPU_xTaskGenericNotifyFromISR()
Dmpu_wrappers.c937 eNotifyAction eAction, in MPU_xTaskGenericNotify() argument
947 …xReturn = xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotific… in MPU_xTaskGenericNotify()
955 …xReturn = xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotific… in MPU_xTaskGenericNotify()
/Kernel-v11.0.1/
Dtasks.c7902 eNotifyAction eAction, in xTaskGenericNotify() argument
7909 …traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotifi… in xTaskGenericNotify()
7926 switch( eAction ) in xTaskGenericNotify()
8022 eNotifyAction eAction, in xTaskGenericNotifyFromISR() argument
8031 …traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviou… in xTaskGenericNotifyFromISR()
8066 switch( eAction ) in xTaskGenericNotifyFromISR()