Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h2609 eNotifyAction eAction,
2611 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2612 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), N…
2613 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2614 xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), NULL )
2640 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2641 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), (…
2642 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2643 …xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviou…
2761 eNotifyAction eAction,
[all …]
Dmpu_prototypes.h46 eNotifyAction eAction; member
113 eNotifyAction eAction,
176 eNotifyAction eAction,
DFreeRTOS.h2325 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument
2333 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c1273 eNotifyAction eAction, in MPU_xTaskGenericNotify() argument
1282 xParams.eAction = eAction; in MPU_xTaskGenericNotify()
1311 ( ( pxParams->eAction == eNoAction ) || in MPU_xTaskGenericNotifyImpl()
1312 ( pxParams->eAction == eSetBits ) || in MPU_xTaskGenericNotifyImpl()
1313 ( pxParams->eAction == eIncrement ) || in MPU_xTaskGenericNotifyImpl()
1314 ( pxParams->eAction == eSetValueWithOverwrite ) || in MPU_xTaskGenericNotifyImpl()
1315 ( pxParams->eAction == eSetValueWithoutOverwrite ) ) ) in MPU_xTaskGenericNotifyImpl()
1342 pxParams->eAction, in MPU_xTaskGenericNotifyImpl()
2116 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR() argument
2132 …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.1.0/
Dtasks.c7835 eNotifyAction eAction, in xTaskGenericNotify() argument
7842 …traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotifi… in xTaskGenericNotify()
7859 switch( eAction ) in xTaskGenericNotify()
7955 eNotifyAction eAction, in xTaskGenericNotifyFromISR() argument
7964 …traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviou… in xTaskGenericNotifyFromISR()
8002 switch( eAction ) in xTaskGenericNotifyFromISR()