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/format_xzone.html | 159 --------------------------------------- 1 file changed, 159 deletions(-) delete mode 100644 docs/Zone/html/format_xzone.html (limited to 'docs/Zone/html/format_xzone.html') diff --git a/docs/Zone/html/format_xzone.html b/docs/Zone/html/format_xzone.html deleted file mode 100644 index 667463c..0000000 --- a/docs/Zone/html/format_xzone.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - -/xzone element -CMSIS-Zone (Preview): /xzone element - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-Zone (Preview) -  Version 0.0.1 -
-
System Resource Management
-
-
- -
-
    - -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
/xzone element
-
-
-

The xzone element defines an execution zone, i.e. a process grouping threads sharing common resource access attributes.

-

Example

-
<zones>
-
<pzone name="App" Dname="ARM32CM4128x" Pname="Cortex-M4">
-
<assign name="SHARED" as="SRAM" access="rwu"/>
-
<assign name="ADC0" access="rw" />
-
:
-
<xzone name="process">
-
<assign name="ADC0" access="rwu"/>
-
</xzone>
-
:
-
</pzone>
-
:
-
</zones>
-

Schema Description

- - - - - - - - - - - - - - - -
Parent Element Element Chain
pzone /pzone element
Attributes Description Type Use
name The name of a resource (mapped to the processor) to be used by this zone. xs:string required
info Brief description of the resource assignment. xs:string optional
Child Elements Description Type Occurrence
/assign element Resource assignments complexType 0..*
-
-
- - - - -- cgit