CMSIS
ARM_MPU_RBAR
is only used within CMSIS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
ARM_MPU_RBAR
ARM_MPU_RBAR macro
MPU Region Base Address Register Value
Syntax
Show:
Summary
Declaration
from
mpu_armv7.h:75
#define
ARM_MPU_RBAR
(
Region
,
BaseAddress
)
\
(
(
(
BaseAddress
)
&
MPU_RBAR_ADDR_Msk
)
|
\
(
(
Region
)
&
MPU_RBAR_REGION_Msk
)
|
\
(
MPU_RBAR_VALID_Msk
)
)
Arguments
Argument
Description
Region
The region to be configured, number 0 to 15.
BaseAddress
The base address for the region.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out