CMSIS
ARM_MPU_Region_t
is only used within CMSIS.
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
ARM_MPU_Region_t
ARM_MPU_Region_t struct
Struct for a single MPU Region
Syntax
Show:
Summary
Declaration
from
mpu_armv7.h:183
typedef
struct
{
uint32_t
RBAR
;
uint32_t
RASR
;
}
ARM_MPU_Region_t
;
Fields
Field
Declared as
ARM_MPU_Region_t::RBAR
uint32_t
ARM_MPU_Region_t::RASR
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
mpu_armv7.h:183
}
ARM_MPU_Region_t
;
mpu_armv7.h:186
ARM_MPU_Region_t
__STATIC_INLINE
void
ARM_MPU_Load
(
ARM_MPU_Region_t
const
*
table
,
uint32_t
cnt
)
mpu_armv7.h:264
ARM_MPU_Load()
ARM_MPU_Load()::table
const
uint32_t
rowWordSize
=
sizeof
(
ARM_MPU_Region_t
)
/
4U
;
mpu_armv7.h:266
ARM_MPU_Load()
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
Instance
Scope
Location
Project
ARM_MPU_Load()::table
ARM_MPU_Load()
mpu_armv7.h:264
Lifecycle
from
examples
All items filtered out
All items filtered out