Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h3194 BaseType_t xClearCountOnExit,
3196 #define ulTaskNotifyTake( xClearCountOnExit, xTicksToWait ) \ argument
3197 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
3198 #define ulTaskNotifyTakeIndexed( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) \ argument
3199 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
A Dmpu_prototypes.h123 BaseType_t xClearCountOnExit,
A DFreeRTOS.h2334 #define traceENTER_ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/
A Dmpu_wrappers_v2_asm.c926 BaseType_t xClearCountOnExit,
930 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/
A Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
A Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
A Dmpu_wrappers_v2_asm.c870 BaseType_t xClearCountOnExit,
874 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
A Dmpu_wrappers_v2_asm.c842 BaseType_t xClearCountOnExit,
846 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c997 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
1007 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1015 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
A Dmpu_wrappers_v2.c1426 BaseType_t xClearCountOnExit,
1430 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTakeImpl() argument
1437 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTakeImpl()
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/
A Dmpu_wrappers_v2_asm.c702 BaseType_t xClearCountOnExit,
706 BaseType_t xClearCountOnExit, in MPU_ulTaskGenericNotifyTake() argument
/FreeRTOS-Kernel/
A Dtasks.c7692 BaseType_t xClearCountOnExit, in ulTaskGenericNotifyTake() argument
7698 traceENTER_ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in ulTaskGenericNotifyTake()
7765 if( xClearCountOnExit != pdFALSE ) in ulTaskGenericNotifyTake()

Completed in 115 milliseconds