Home
last modified time | relevance | path

Searched refs:portMPU_REGION_READ_WRITE (Results 1 – 25 of 50) sorted by relevance

12

/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/
Dport.c1090 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU()
1148 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1184 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1226 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
Dportmacro.h90 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/
Dport.c1163 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU()
1276 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1312 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1353 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
Dportmacro.h81 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/
Dport.c1305 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU()
1418 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1454 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1496 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
Dportmacro.h88 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/
Dport.c1302 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU()
1403 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1439 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings()
1481 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
Dportmacro.h87 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/ARMv8M/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dportmacrocommon.h182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro

12