Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDtask.h2159 eNotifyAction eAction,
2161 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2162 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), N…
2163 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2164 xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), NULL )
2190 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2191 …xTaskGenericNotify( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), (…
2192 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2193 …xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviou…
2311 eNotifyAction eAction,
[all …]
HDmpu_prototypes.h46 eNotifyAction eAction; member
114 eNotifyAction eAction,
174 eNotifyAction eAction,
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers_v2.c1299 eNotifyAction eAction, in MPU_xTaskGenericNotify() argument
1308 xParams.eAction = eAction; in MPU_xTaskGenericNotify()
1337 ( ( pxParams->eAction == eNoAction ) || in MPU_xTaskGenericNotifyImpl()
1338 ( pxParams->eAction == eSetBits ) || in MPU_xTaskGenericNotifyImpl()
1339 ( pxParams->eAction == eIncrement ) || in MPU_xTaskGenericNotifyImpl()
1340 ( pxParams->eAction == eSetValueWithOverwrite ) || in MPU_xTaskGenericNotifyImpl()
1341 ( pxParams->eAction == eSetValueWithoutOverwrite ) ) ) in MPU_xTaskGenericNotifyImpl()
1368 pxParams->eAction, in MPU_xTaskGenericNotifyImpl()
2047 eNotifyAction eAction, in MPU_xTaskGenericNotifyFromISR() argument
2063 …TaskGenericNotifyFromISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPreviousNotif… in MPU_xTaskGenericNotifyFromISR()
HDmpu_wrappers.c961 eNotifyAction eAction, in MPU_xTaskGenericNotify() argument
971 …xReturn = xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotific… in MPU_xTaskGenericNotify()
979 …xReturn = xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotific… in MPU_xTaskGenericNotify()
/Kernel-v10.6.2/
HDtasks.c4920 eNotifyAction eAction, in xTaskGenericNotify() argument
4942 switch( eAction ) in xTaskGenericNotify()
5043 eNotifyAction eAction, in xTaskGenericNotifyFromISR() argument
5085 switch( eAction ) in xTaskGenericNotifyFromISR()