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_zone.html | 141 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 docs/Zone/html/fm_zone.html (limited to 'docs/Zone/html/fm_zone.html') diff --git a/docs/Zone/html/fm_zone.html b/docs/Zone/html/fm_zone.html new file mode 100644 index 0000000..d9d30bb --- /dev/null +++ b/docs/Zone/html/fm_zone.html @@ -0,0 +1,141 @@ + + + + + +zone element +CMSIS-Zone (Preview): zone element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
zone element
+
+
+

The zone element provides the setup information of a zone (or system partition) along with related peripherals. This information can be used for example, to create the MPU setup that is required for various execution zones along with the related linker setup.

+ + + + + + + + + + + +
Child Elements Description Type
.name The name of the zone (or system partition). string
.memory A sequence of all memory regions that are accessible in the zone (or system partition). sequence
.peripheral A sequence of all peripherals that are accessible in the zone (or system partition). sequence
.mpu_setup A sequence of configuration information for the Memory Protection Unit (MPU). sequence
+
+
+ + + + -- cgit