CMSIS
ARM_MPU_ACCESS_DEVICE
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_ACCESS_DEVICE
ARM_MPU_ACCESS_DEVICE macro
MPU Memory Access Attribute for device memory. - TEX: 000b (if shareable) or 010b (if non-shareable) - Shareable or non-shareable - Non-cacheable - Bufferable (if shareable) or non-bufferable (if non-shareable)
Syntax
Show:
Summary
Declaration
from
mpu_armv7.h:144
#define
ARM_MPU_ACCESS_DEVICE
(
IsShareable
)
(
(
IsShareable
)
?
ARM_MPU_ACCESS_
(
0U
,
1U
,
0U
,
1U
)
:
ARM_MPU_ACCESS_
(
2U
,
0U
,
0U
,
0U
)
)
Arguments
Argument
Description
IsShareable
Configures the device memory as shareable or non-shareable.
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