Home
last modified time | relevance | path

Searched refs:xClearCountOnExit (Results 1 – 23 of 23) sorted by relevance

/Kernel-v11.0.1/include/
Dtask.h3174 BaseType_t xClearCountOnExit,
3176 #define ulTaskNotifyTake( xClearCountOnExit, xTicksToWait ) \ argument
3177 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
3178 #define ulTaskNotifyTakeIndexed( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) \ argument
3179 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
Dmpu_prototypes.h123 BaseType_t xClearCountOnExit,
DFreeRTOS.h2257 #define traceENTER_ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) argument
/Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c898 BaseType_t xClearCountOnExit,
902 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c898 BaseType_t xClearCountOnExit,
902 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dmpu_wrappers_v2_asm.c898 BaseType_t xClearCountOnExit,
902 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dmpu_wrappers_v2_asm.c898 BaseType_t xClearCountOnExit,
902 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c995 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
1005 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1013 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
Dmpu_wrappers_v2.c1421 BaseType_t xClearCountOnExit,
1425 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTakeImpl() argument
1432 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTakeImpl()
/Kernel-v11.0.1/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c730 BaseType_t xClearCountOnExit,
734 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/Kernel-v11.0.1/
Dtasks.c7649 BaseType_t xClearCountOnExit, in ulTaskGenericNotifyTake() argument
7655 traceENTER_ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in ulTaskGenericNotifyTake()
7739 if( xClearCountOnExit != pdFALSE ) in ulTaskGenericNotifyTake()