| /Kernel-v11.0.1/include/ |
| D | task.h | 2608 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 …]
|
| D | mpu_prototypes.h | 46 eNotifyAction eAction; member 113 eNotifyAction eAction, 176 eNotifyAction eAction,
|
| D | FreeRTOS.h | 2273 …#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/ |
| D | mpu_wrappers_v2.c | 1268 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()
|
| D | mpu_wrappers.c | 937 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/ |
| D | tasks.c | 7902 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()
|