Searched refs:eAction (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | task.h | 2159 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 …]
|
HD | mpu_prototypes.h | 46 eNotifyAction eAction; member 114 eNotifyAction eAction, 174 eNotifyAction eAction,
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers_v2.c | 1299 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()
|
HD | mpu_wrappers.c | 961 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/ |
HD | tasks.c | 4920 eNotifyAction eAction, in xTaskGenericNotify() argument 4942 switch( eAction ) in xTaskGenericNotify() 5043 eNotifyAction eAction, in xTaskGenericNotifyFromISR() argument 5085 switch( eAction ) in xTaskGenericNotifyFromISR()
|