/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 114 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 766 portMPU_CTRL_REG |= ( portMPU_CTRL_PRIV_BACKGROUND_ENABLE_BITMASK | in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 88 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 1098 portMPU_CTRL_REG |= ( portMPU_ENABLE | portMPU_BACKGROUND_ENABLE ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 77 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 1171 portMPU_CTRL_REG |= ( portMPU_ENABLE | portMPU_BACKGROUND_ENABLE ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 87 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 1313 portMPU_CTRL_REG |= ( portMPU_ENABLE | portMPU_BACKGROUND_ENABLE ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | port.c | 76 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 1310 portMPU_CTRL_REG |= ( portMPU_ENABLE | portMPU_BACKGROUND_ENABLE ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/ |
D | port.c | 170 #define portMPU_CTRL_REG ( *( ( volatile uint32_t * ) 0xe000ed94 ) ) macro 940 portMPU_CTRL_REG |= ( portMPU_PRIV_BACKGROUND_ENABLE_BIT | portMPU_ENABLE_BIT ); in prvSetupMPU()
|