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/xml_sau_init.html | 160 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 docs/Zone/html/xml_sau_init.html (limited to 'docs/Zone/html/xml_sau_init.html') diff --git a/docs/Zone/html/xml_sau_init.html b/docs/Zone/html/xml_sau_init.html new file mode 100644 index 0000000..33dce57 --- /dev/null +++ b/docs/Zone/html/xml_sau_init.html @@ -0,0 +1,160 @@ + + + + + +/rzone/resources/sau_init element +CMSIS-Zone (Preview): /rzone/resources/sau_init element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
/rzone/resources/sau_init element
+
+
+

The /rzone/resources/sau_init element specifies fixed Secure Attribute Unit (SAU) settings required for this system, for example a configuration that is required to access peripherals.

+ + + + + + + + + +
Parent Element Element Chain
resources /rzone/resources element
Child Elements Description Type Occurrence
region Region settings for the SAU. complexType 1..*
+

+/rzone/sau_init/region element

+

The /rzone/sau_init/region element contains the region setting for SAU initialization.

+ + + + + + + + + + + + + + + + + +
Parent Element Element Chain
sau_init /rzone/resources/sau_init element
Attributes Description Type Use
Pname The processor that requires this setting. If omitted all processors get this setting. xs:string optional
start The logical start address for the region. NonNegativeInteger required
size The size for the region. NonNegativeInteger required
security Security attributes for this memory region. SecurityType optional
info Brief description of region setting (for comments in source code). xs:string optional
+
+
+ + + + -- cgit