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/genmodel/index-files/index-1.html | 127 -------------- docs/Zone/genmodel/index-files/index-2.html | 200 ---------------------- docs/Zone/genmodel/index-files/index-3.html | 248 ---------------------------- docs/Zone/genmodel/index-files/index-4.html | 169 ------------------- 4 files changed, 744 deletions(-) delete mode 100644 docs/Zone/genmodel/index-files/index-1.html delete mode 100644 docs/Zone/genmodel/index-files/index-2.html delete mode 100644 docs/Zone/genmodel/index-files/index-3.html delete mode 100644 docs/Zone/genmodel/index-files/index-4.html (limited to 'docs/Zone/genmodel/index-files') diff --git a/docs/Zone/genmodel/index-files/index-1.html b/docs/Zone/genmodel/index-files/index-1.html deleted file mode 100644 index 036c5cf..0000000 --- a/docs/Zone/genmodel/index-files/index-1.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - -C-Index - - - - - - - - -
- - - - - - - -
- - -
C F G I  - - -

C

-
-
com.arm.cmsis.zone.gen.data - package com.arm.cmsis.zone.gen.data
-
 
-
-C F G I 
- -
- - - - - - - -
- - - - diff --git a/docs/Zone/genmodel/index-files/index-2.html b/docs/Zone/genmodel/index-files/index-2.html deleted file mode 100644 index 85ab23e..0000000 --- a/docs/Zone/genmodel/index-files/index-2.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - -F-Index - - - - - - - - -
- - - - - - - -
- - -
C F G I  - - -

F

-
-
FmBlock - Class in com.arm.cmsis.zone.gen.data
-
-
Block - Generator Data Model Element - - A block specifies the properties for a certain area of logical memory.
-
-
FmBlock(ICpMemoryBlock) - Constructor for class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Create a Block generator data model element.
-
-
FmCapture - Class in com.arm.cmsis.zone.gen.data
-
-
Capture Item - Generator Data Model Element - - A capture item specifies a set of symbols, filtered - by compilation unit, which should be used.
-
-
FmCapture(ICpCaptureItem) - Constructor for class com.arm.cmsis.zone.gen.data.FmCapture
-
-
Create Capture generator data model element.
-
-
FmDevice - Class in com.arm.cmsis.zone.gen.data
-
-
Device - Generator Data Model Element - - Implements access to detailed informations about a device - available in the system.
-
-
FmDevice(ICpDeviceResource) - Constructor for class com.arm.cmsis.zone.gen.data.FmDevice
-
-
Create Device generator data model element.
-
-
FmInterrupt - Class in com.arm.cmsis.zone.gen.data
-
-
Interrupt - Generator Data Model Element - - A interrupt element gives information about an interrupt - and its declared usage.
-
-
FmInterrupt(ICpInterrupt, FmBlock) - Constructor for class com.arm.cmsis.zone.gen.data.FmInterrupt
-
-
Create Interrupt generator data model element.
-
-
FmProcess - Class in com.arm.cmsis.zone.gen.data
-
-
Process - Generator Data Model Element - - A process (or execution zone) defines a group of threads - sharing common access privileges.
-
-
FmProcess(ICpProcess) - Constructor for class com.arm.cmsis.zone.gen.data.FmProcess
-
-
Create Process generator data model element.
-
-
FmProcessor - Class in com.arm.cmsis.zone.gen.data
-
-
Processor - Generator Data Model Element - - A processor defines specific informations about individual - processing elements embodied on a device.
-
-
FmProcessor(ICpProcessorResource) - Constructor for class com.arm.cmsis.zone.gen.data.FmProcessor
-
-
Create Processor generator data model element.
-
-
FmZone - Class in com.arm.cmsis.zone.gen.data
-
-
Project Zone - Generator Data Model Root Element - - Implements the root element for the generator data model.
-
-
FmZone(ICpZone) - Constructor for class com.arm.cmsis.zone.gen.data.FmZone
-
-
Create a Zone generator data model element.
-
-
-C F G I 
- -
- - - - - - - -
- - - - diff --git a/docs/Zone/genmodel/index-files/index-3.html b/docs/Zone/genmodel/index-files/index-3.html deleted file mode 100644 index fe4879a..0000000 --- a/docs/Zone/genmodel/index-files/index-3.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - -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 
- -
- - - - - - - -
- - - - diff --git a/docs/Zone/genmodel/index-files/index-4.html b/docs/Zone/genmodel/index-files/index-4.html deleted file mode 100644 index 85ad64b..0000000 --- a/docs/Zone/genmodel/index-files/index-4.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - -I-Index - - - - - - - - -
- - - - - - - -
- - -
C F G I  - - -

I

-
-
isCallable() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get non-secure-callable access attribute.
-
-
isExecutable() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get executable access attribute.
-
-
isNonSecure() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get non-secure access attribute.
-
-
isNonSecure() - Method in class com.arm.cmsis.zone.gen.data.FmInterrupt
-
-
Get non-secure usage of this interrupt.
-
-
isPeripheral() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get peripheral access attribute.
-
-
isPrivileged() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get privileged access attribute.
-
-
isReadable() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get readable access attribute.
-
-
isSecure() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get secure access attribute.
-
-
isSecure() - Method in class com.arm.cmsis.zone.gen.data.FmInterrupt
-
-
Get secure usage of this interrupt.
-
-
isUnprivileged() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get unprivileged access attribute.
-
-
isWriteable() - Method in class com.arm.cmsis.zone.gen.data.FmBlock
-
-
Get writeable access attribute.
-
-
-C F G I 
- -
- - - - - - - -
- - - - -- cgit