From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Zone/html/fm_mpu_setup.html | 147 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/Zone/html/fm_mpu_setup.html (limited to 'docs/Zone/html/fm_mpu_setup.html') diff --git a/docs/Zone/html/fm_mpu_setup.html b/docs/Zone/html/fm_mpu_setup.html new file mode 100644 index 0000000..42f9e10 --- /dev/null +++ b/docs/Zone/html/fm_mpu_setup.html @@ -0,0 +1,147 @@ + + + + + +mpu_setup element +CMSIS-Zone (Preview): mpu_setup element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
mpu_setup element
+
+
+

The mpu_setup element contains the configuration information for the Memory Protection Unit (MPU).

+ + + + + + + + + + + + + + + + + +
Parent Element Element Chain
zone zone element
Child Elements Description Type
mpu_setup.type Implementation of the MPU ("v7M" or "v8M"). xs:string
mpu_setup.region[n] Sequence of MPU region settings. sequence
mpu_setup.region[n].no Number of the region. xs:string
mpu_setup.region[n].BaseAddress The base address of the region. xs:string
mpu_setup.region[n].RASR The MPU region attribute and size register value. xs:string
+
+
+ + + + -- cgit