| /Kernel-v11.0.1/include/ |
| D | task.h | 3305 uint32_t ulBitsToClear ) PRIVILEGED_FUNCTION; 3306 #define ulTaskNotifyValueClear( xTask, ulBitsToClear ) \ argument 3307 ulTaskGenericNotifyValueClear( ( xTask ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulBitsToClear ) ) 3308 #define ulTaskNotifyValueClearIndexed( xTask, uxIndexToClear, ulBitsToClear ) \ argument 3309 ulTaskGenericNotifyValueClear( ( xTask ), ( uxIndexToClear ), ( ulBitsToClear ) )
|
| D | event_groups.h | 812 uint32_t ulBitsToClear ) PRIVILEGED_FUNCTION;
|
| D | mpu_prototypes.h | 129 uint32_t ulBitsToClear ) FREERTOS_SYSTEM_CALL;
|
| D | FreeRTOS.h | 1077 #define traceENTER_vEventGroupClearBitsCallback( pvEventGroup, ulBitsToClear ) argument 2305 #define traceENTER_ulTaskGenericNotifyValueClear( xTask, uxIndexToClear, ulBitsToClear ) argument
|
| /Kernel-v11.0.1/ |
| D | event_groups.c | 753 uint32_t ulBitsToClear ) in vEventGroupClearBitsCallback() argument 755 traceENTER_vEventGroupClearBitsCallback( pvEventGroup, ulBitsToClear ); in vEventGroupClearBitsCallback() 760 ( void ) xEventGroupClearBits( pvEventGroup, ( EventBits_t ) ulBitsToClear ); in vEventGroupClearBitsCallback()
|
| D | tasks.c | 8335 uint32_t ulBitsToClear ) in ulTaskGenericNotifyValueClear() argument 8340 traceENTER_ulTaskGenericNotifyValueClear( xTask, uxIndexToClear, ulBitsToClear ); in ulTaskGenericNotifyValueClear() 8353 pxTCB->ulNotifiedValue[ uxIndexToClear ] &= ~ulBitsToClear; in ulTaskGenericNotifyValueClear()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM3_MPU/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM4_MPU/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM35P/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM23/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 965 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 969 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM23_NTZ/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 965 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 969 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM33/non_secure/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/ |
| D | mpu_wrappers_v2_asm.c | 965 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 969 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/ |
| D | mpu_wrappers_v2_asm.c | 965 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 969 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/ |
| D | mpu_wrappers_v2_asm.c | 935 … uint32_t ulBitsToClear ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 939 … uint32_t ulBitsToClear ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 1051 … uint32_t ulBitsToClear ) /* FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument 1060 ulReturn = ulTaskGenericNotifyValueClear( xTask, uxIndexToClear, ulBitsToClear ); in MPU_ulTaskGenericNotifyValueClear() 1068 ulReturn = ulTaskGenericNotifyValueClear( xTask, uxIndexToClear, ulBitsToClear ); in MPU_ulTaskGenericNotifyValueClear()
|
| D | mpu_wrappers_v2.c | 1491 … uint32_t ulBitsToClear ) PRIVILEGED_FUNCTION; 1495 … uint32_t ulBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_ulTaskGenericNotifyValueClearImpl() argument 1506 … ulReturn = ulTaskGenericNotifyValueClear( xTask, uxIndexToClear, ulBitsToClear ); in MPU_ulTaskGenericNotifyValueClearImpl() 1522 … ulReturn = ulTaskGenericNotifyValueClear( xInternalTaskHandle, uxIndexToClear, ulBitsToClear ); in MPU_ulTaskGenericNotifyValueClearImpl()
|
| /Kernel-v11.0.1/portable/RVDS/ARM_CM4_MPU/ |
| D | mpu_wrappers_v2_asm.c | 785 uint32_t ulBitsToClear ) FREERTOS_SYSTEM_CALL; 789 … uint32_t ulBitsToClear ) /* FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyValueClear() argument
|