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_mpc_setup.html | 149 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 docs/Zone/html/fm_mpc_setup.html (limited to 'docs/Zone/html/fm_mpc_setup.html') diff --git a/docs/Zone/html/fm_mpc_setup.html b/docs/Zone/html/fm_mpc_setup.html new file mode 100644 index 0000000..1a306e1 --- /dev/null +++ b/docs/Zone/html/fm_mpc_setup.html @@ -0,0 +1,149 @@ + + + + + +mpc_setup[n] element +CMSIS-Zone (Preview): mpc_setup[n] element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
mpc_setup[n] element
+
+
+

The mpc_setup[n] element contains a sequence of device specific configuration for the setup of the Memory Protection Controller (MPC).

+ + + + + + + + + + + + + + + + + + + +
Parent Element Element Chain
system system element
Child Elements Description Type
.mpc_setup[n].name The name of the base register that controls the MPC. xs:string
.mpc_setup[n].memory The name of the physical memory region that is connected via the MPC. xs:string
.mpc_setup[n].blk_size The block size information that CMSIS-Zone used for LUT generation. NonNegativeInteger
.mpc_setup[n].S_bit[m] A list of bit values for Secure attribute that are used to compose the LUT. NonNegativeInteger
.mpc_setup[n].P_bit[m] A list of bit values for Privileged attribute that are used to compose the LUT. NonNegativeInteger
.mpc_setup[n].bits_comment[m] The memory region information for source code comments that relate to S_bits or P_bits. xs:string
+
+
+ + + + -- cgit