CMSIS
+
0
/1 examples
SourceVu will show references to
MPU
from the following samples and libraries:
HAL
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
MPU
MPU macro
Memory Protection Unit
Syntax
Show:
Summary
Declaration
from
core_cm4.h:1570
#define
MPU
(
(
MPU_Type
*
)
MPU_BASE
)
Examples
MPU
is referenced by 1 libraries and example projects:
HAL
References
from
0/1
examples
Code
Location
#define
MPU
(
(
MPU_Type
*
)
MPU_BASE
)
/*!< Memory Protection Unit */
core_cm4.h:1570
MPU
->
CTRL
=
MPU_Control
|
MPU_CTRL_ENABLE_Msk
;
mpu_armv7.h:194
MPU
->
CTRL
&=
~
MPU_CTRL_ENABLE_Msk
;
mpu_armv7.h:210
MPU
->
RNR
=
rnr
;
mpu_armv7.h:220
MPU
->
RASR
=
0U
;
mpu_armv7.h:221
MPU
->
RBAR
=
rbar
;
mpu_armv7.h:230
MPU
->
RASR
=
rasr
;
mpu_armv7.h:231
MPU
->
RNR
=
rnr
;
mpu_armv7.h:241
MPU
->
RBAR
=
rbar
;
mpu_armv7.h:242
MPU
->
RASR
=
rasr
;
mpu_armv7.h:243
ARM_MPU_OrderedMemcpy
(
&
(
MPU
->
RBAR
)
,
&
(
table
->
RBAR
)
,
MPU_TYPE_RALIASES
*
rowWordSize
)
;
mpu_armv7.h:268
ARM_MPU_OrderedMemcpy
(
&
(
MPU
->
RBAR
)
,
&
(
table
->
RBAR
)
,
cnt
*
rowWordSize
)
;
mpu_armv7.h:272
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out