From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Zone/genmodel/index-files/index-3.html | 248 ++++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 docs/Zone/genmodel/index-files/index-3.html (limited to 'docs/Zone/genmodel/index-files/index-3.html') diff --git a/docs/Zone/genmodel/index-files/index-3.html b/docs/Zone/genmodel/index-files/index-3.html new file mode 100644 index 0000000..fe4879a --- /dev/null +++ b/docs/Zone/genmodel/index-files/index-3.html @@ -0,0 +1,248 @@ + + + + + +G-Index + + + + + + + + +
+ + + + + + + +
+ + +
C F G I  + + +

G

+
+
getBlocks() - Method in class com.arm.cmsis.zone.gen.data.FmDevice
+
+
Get a collection of blocks for this device.
+
+
getBlocks() - Method in class com.arm.cmsis.zone.gen.data.FmProcess
+
+
Get a collection of blocks assigned to this process.
+
+
getBlocks() - Method in class com.arm.cmsis.zone.gen.data.FmProcessor
+
+
Get a collection of leaf blocks visible to this processor.
+
+
getBlocks() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get a collection with all blocks assigned to this zone.
+
+
getCaptureList() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get a collection of capture elements for this block.
+
+
getCunit() - Method in class com.arm.cmsis.zone.gen.data.FmCapture
+
+
Get the filter string for the compilation units to be taken + into account by this capture.
+
+
getDevice() - Method in class com.arm.cmsis.zone.gen.data.FmProcessor
+
+
Get the device this processor is contained in.
+
+
getDevice() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get the device this zone is linked to.
+
+
getInfo() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get the brief description for this block.
+
+
getInfo() - Method in class com.arm.cmsis.zone.gen.data.FmInterrupt
+
+
Get brief interrupt description.
+
+
getInterrupts() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get a hash with available interrupts.
+
+
getName() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get the blocks name.
+
+
getName() - Method in class com.arm.cmsis.zone.gen.data.FmDevice
+
+
Get the device name.
+
+
getName() - Method in class com.arm.cmsis.zone.gen.data.FmInterrupt
+
+
Get the interrupt name.
+
+
getName() - Method in class com.arm.cmsis.zone.gen.data.FmProcess
+
+
Get the processes name.
+
+
getName() - Method in class com.arm.cmsis.zone.gen.data.FmProcessor
+
+
Get processors name.
+
+
getName() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get the zones name.
+
+
getNumber() - Method in class com.arm.cmsis.zone.gen.data.FmInterrupt
+
+
Get interrupt number.
+
+
getPackageName() - Method in class com.arm.cmsis.zone.gen.data.FmDevice
+
+
Get the pack name support for this device is provided by, + might be empty if no device family pack is available.
+
+
getPackageVendor() - Method in class com.arm.cmsis.zone.gen.data.FmDevice
+
+
Get the device family pack vendor name.
+
+
getProcesses() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get a collection of all processes defined in this zone.
+
+
getProcessor() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get the processor this zone is linked to.
+
+
getProperties() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get a hash with associated key-values-properties.
+
+
getSize() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get the size of this block in bytes.
+
+
getStart() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get the start address of this block.
+
+
getSubBlocks() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
+
+
Get a collection of blocks this one is divided into.
+
+
getSymbol() - Method in class com.arm.cmsis.zone.gen.data.FmCapture
+
+
Get the filter string for the linker symbols to be taken + into account by this capture.
+
+
getVendor() - Method in class com.arm.cmsis.zone.gen.data.FmDevice
+
+
Get the vendor name of the device.
+
+
getVisibleBlocks() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get a collection with all leaf blocks visible to this zone.
+
+
getVisibleResources() - Method in class com.arm.cmsis.zone.gen.data.FmZone
+
+
Get a collection with all resources visible to this zone.
+
+
+C F G I 
+ +
+ + + + + + + +
+ + + + -- cgit