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/allclasses-frame.html | 25 + docs/Zone/genmodel/allclasses-noframe.html | 25 + .../com/arm/cmsis/zone/gen/data/FmBlock.html | 623 +++++++++++++++++++++ .../com/arm/cmsis/zone/gen/data/FmCapture.html | 315 +++++++++++ .../com/arm/cmsis/zone/gen/data/FmDevice.html | 373 ++++++++++++ .../com/arm/cmsis/zone/gen/data/FmInterrupt.html | 374 +++++++++++++ .../com/arm/cmsis/zone/gen/data/FmProcess.html | 315 +++++++++++ .../com/arm/cmsis/zone/gen/data/FmProcessor.html | 331 +++++++++++ .../com/arm/cmsis/zone/gen/data/FmZone.html | 417 ++++++++++++++ .../arm/cmsis/zone/gen/data/class-use/FmBlock.html | 199 +++++++ .../cmsis/zone/gen/data/class-use/FmCapture.html | 149 +++++ .../cmsis/zone/gen/data/class-use/FmDevice.html | 155 +++++ .../cmsis/zone/gen/data/class-use/FmInterrupt.html | 149 +++++ .../cmsis/zone/gen/data/class-use/FmProcess.html | 149 +++++ .../cmsis/zone/gen/data/class-use/FmProcessor.html | 149 +++++ .../arm/cmsis/zone/gen/data/class-use/FmZone.html | 122 ++++ .../com/arm/cmsis/zone/gen/data/package-frame.html | 26 + .../arm/cmsis/zone/gen/data/package-summary.html | 197 +++++++ .../com/arm/cmsis/zone/gen/data/package-tree.html | 137 +++++ .../com/arm/cmsis/zone/gen/data/package-use.html | 184 ++++++ docs/Zone/genmodel/constant-values.html | 122 ++++ docs/Zone/genmodel/deprecated-list.html | 122 ++++ docs/Zone/genmodel/help-doc.html | 223 ++++++++ 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 ++++++ docs/Zone/genmodel/index.html | 72 +++ docs/Zone/genmodel/overview-tree.html | 141 +++++ docs/Zone/genmodel/package-list | 1 + docs/Zone/genmodel/script.js | 30 + docs/Zone/genmodel/stylesheet.css | 574 +++++++++++++++++++ 32 files changed, 6443 insertions(+) create mode 100644 docs/Zone/genmodel/allclasses-frame.html create mode 100644 docs/Zone/genmodel/allclasses-noframe.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmDevice.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmInterrupt.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcessor.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmZone.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmBlock.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmCapture.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmDevice.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmInterrupt.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcess.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcessor.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmZone.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-frame.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-summary.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-tree.html create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-use.html create mode 100644 docs/Zone/genmodel/constant-values.html create mode 100644 docs/Zone/genmodel/deprecated-list.html create mode 100644 docs/Zone/genmodel/help-doc.html create mode 100644 docs/Zone/genmodel/index-files/index-1.html create mode 100644 docs/Zone/genmodel/index-files/index-2.html create mode 100644 docs/Zone/genmodel/index-files/index-3.html create mode 100644 docs/Zone/genmodel/index-files/index-4.html create mode 100644 docs/Zone/genmodel/index.html create mode 100644 docs/Zone/genmodel/overview-tree.html create mode 100644 docs/Zone/genmodel/package-list create mode 100644 docs/Zone/genmodel/script.js create mode 100644 docs/Zone/genmodel/stylesheet.css (limited to 'docs/Zone/genmodel') diff --git a/docs/Zone/genmodel/allclasses-frame.html b/docs/Zone/genmodel/allclasses-frame.html new file mode 100644 index 0000000..06dfede --- /dev/null +++ b/docs/Zone/genmodel/allclasses-frame.html @@ -0,0 +1,25 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/Zone/genmodel/allclasses-noframe.html b/docs/Zone/genmodel/allclasses-noframe.html new file mode 100644 index 0000000..3804b6d --- /dev/null +++ b/docs/Zone/genmodel/allclasses-noframe.html @@ -0,0 +1,25 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html new file mode 100644 index 0000000..5e49489 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html @@ -0,0 +1,623 @@ + + + + + +FmBlock + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmBlock

+
+
+ +
+
    +
  • +
    +
    +
    public class FmBlock
    +extends java.lang.Object
    +
    Block - Generator Data Model Element + + A block specifies the properties for a certain area of logical memory.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmBlock(com.arm.cmsis.zone.data.ICpMemoryBlock block) +
      Create a Block generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.Collection<FmCapture>getCaptureList() +
      Get a collection of capture elements for this block.
      +
      java.lang.StringgetInfo() +
      Get the brief description for this block.
      +
      java.util.Map<java.lang.Long,FmInterrupt>getInterrupts() +
      Get a hash with available interrupts.
      +
      java.lang.StringgetName() +
      Get the blocks name.
      +
      java.util.Map<java.lang.String,java.lang.String>getProperties() +
      Get a hash with associated key-values-properties.
      +
      longgetSize() +
      Get the size of this block in bytes.
      +
      longgetStart() +
      Get the start address of this block.
      +
      java.util.Collection<FmBlock>getSubBlocks() +
      Get a collection of blocks this one is divided into.
      +
      booleanisCallable() +
      Get non-secure-callable access attribute.
      +
      booleanisExecutable() +
      Get executable access attribute.
      +
      booleanisNonSecure() +
      Get non-secure access attribute.
      +
      booleanisPeripheral() +
      Get peripheral access attribute.
      +
      booleanisPrivileged() +
      Get privileged access attribute.
      +
      booleanisReadable() +
      Get readable access attribute.
      +
      booleanisSecure() +
      Get secure access attribute.
      +
      booleanisUnprivileged() +
      Get unprivileged access attribute.
      +
      booleanisWriteable() +
      Get writeable access attribute.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmBlock

        +
        public FmBlock(com.arm.cmsis.zone.data.ICpMemoryBlock block)
        +
        Create a Block generator data model element.
        +
        +
        Parameters:
        +
        block - The storage data model element to wrap.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Get the blocks name.
        +
        +
        Returns:
        +
        Block name.
        +
        +
      • +
      + + + +
        +
      • +

        isSecure

        +
        public boolean isSecure()
        +
        Get secure access attribute.
        +
        +
        Returns:
        +
        True if block is used as secure access.
        +
        +
      • +
      + + + +
        +
      • +

        isCallable

        +
        public boolean isCallable()
        +
        Get non-secure-callable access attribute.
        +
        +
        Returns:
        +
        True if block is used as non-secure-callable access.
        +
        +
      • +
      + + + +
        +
      • +

        isNonSecure

        +
        public boolean isNonSecure()
        +
        Get non-secure access attribute.
        +
        +
        Returns:
        +
        True if block is used as non-secure access.
        +
        +
      • +
      + + + +
        +
      • +

        isPeripheral

        +
        public boolean isPeripheral()
        +
        Get peripheral access attribute. + + Peripheral access denotes a memory area used for peripheral + register access.
        +
        +
        Returns:
        +
        True if block is used as peripheral access.
        +
        +
      • +
      + + + +
        +
      • +

        isReadable

        +
        public boolean isReadable()
        +
        Get readable access attribute.
        +
        +
        Returns:
        +
        True if block is readable.
        +
        +
      • +
      + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable()
        +
        Get writeable access attribute.
        +
        +
        Returns:
        +
        True if block is writeable.
        +
        +
      • +
      + + + +
        +
      • +

        isExecutable

        +
        public boolean isExecutable()
        +
        Get executable access attribute.
        +
        +
        Returns:
        +
        True if block is executable.
        +
        +
      • +
      + + + +
        +
      • +

        isUnprivileged

        +
        public boolean isUnprivileged()
        +
        Get unprivileged access attribute.
        +
        +
        Returns:
        +
        True if block can be accessed unprivileged.
        +
        +
      • +
      + + + +
        +
      • +

        isPrivileged

        +
        public boolean isPrivileged()
        +
        Get privileged access attribute.
        +
        +
        Returns:
        +
        True if block can only be accessed privileged.
        +
        +
      • +
      + + + +
        +
      • +

        getInterrupts

        +
        public java.util.Map<java.lang.Long,FmInterrupt> getInterrupts()
        +
        Get a hash with available interrupts. + + The hash associates available interrupt numbers with model elements + specifying their properties.
        +
        +
        Returns:
        +
        Hash of available interrupts
        +
        +
      • +
      + + + +
        +
      • +

        getStart

        +
        public long getStart()
        +
        Get the start address of this block.
        +
        +
        Returns:
        +
        Start address
        +
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public long getSize()
        +
        Get the size of this block in bytes.
        +
        +
        Returns:
        +
        Size in bytes
        +
        +
      • +
      + + + +
        +
      • +

        getInfo

        +
        public java.lang.String getInfo()
        +
        Get the brief description for this block.
        +
        +
        Returns:
        +
        Brief description, may be empty.
        +
        +
      • +
      + + + +
        +
      • +

        getCaptureList

        +
        public java.util.Collection<FmCapture> getCaptureList()
        +
        Get a collection of capture elements for this block. + + The capture elements define the set of linker symbols + that should be placed to the block.
        +
        +
        Returns:
        +
        Collection of capture elements
        +
        +
      • +
      + + + +
        +
      • +

        getProperties

        +
        public java.util.Map<java.lang.String,java.lang.String> getProperties()
        +
        Get a hash with associated key-values-properties. + + The hash associates arbitrary property-keys with their + values (represented as strings). The properties are + extracted directly from the storage data model.
        +
        +
        Returns:
        +
        Hash of arbitrary properties as key-value-pairs
        +
        +
      • +
      + + + +
        +
      • +

        getSubBlocks

        +
        public java.util.Collection<FmBlock> getSubBlocks()
        +
        Get a collection of blocks this one is divided into.
        +
        +
        Returns:
        +
        Collection of sub-blocks.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html new file mode 100644 index 0000000..9d581f3 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html @@ -0,0 +1,315 @@ + + + + + +FmCapture + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmCapture

+
+
+ +
+
    +
  • +
    +
    +
    public class FmCapture
    +extends java.lang.Object
    +
    Capture Item - Generator Data Model Element + + A capture item specifies a set of symbols, filtered + by compilation unit, which should be used.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmCapture(com.arm.cmsis.zone.data.ICpCaptureItem captureItem) +
      Create Capture generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetCunit() +
      Get the filter string for the compilation units to be taken + into account by this capture.
      +
      java.lang.StringgetSymbol() +
      Get the filter string for the linker symbols to be taken + into account by this capture.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmCapture

        +
        public FmCapture(com.arm.cmsis.zone.data.ICpCaptureItem captureItem)
        +
        Create Capture generator data model element.
        +
        +
        Parameters:
        +
        captureItem - Storage model element to wrap.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCunit

        +
        public java.lang.String getCunit()
        +
        Get the filter string for the compilation units to be taken + into account by this capture.
        +
        +
        Returns:
        +
        Compilation unit filter string, never empty.
        +
        +
      • +
      + + + +
        +
      • +

        getSymbol

        +
        public java.lang.String getSymbol()
        +
        Get the filter string for the linker symbols to be taken + into account by this capture.
        +
        +
        Returns:
        +
        Symbol filter string, never empty.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmDevice.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmDevice.html new file mode 100644 index 0000000..7b7a6ce --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmDevice.html @@ -0,0 +1,373 @@ + + + + + +FmDevice + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmDevice

+
+
+ +
+
    +
  • +
    +
    +
    public class FmDevice
    +extends java.lang.Object
    +
    Device - Generator Data Model Element + + Implements access to detailed informations about a device + available in the system.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmDevice(com.arm.cmsis.zone.data.ICpDeviceResource device) +
      Create Device generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.Collection<FmBlock>getBlocks() +
      Get a collection of blocks for this device.
      +
      java.lang.StringgetName() +
      Get the device name.
      +
      java.lang.StringgetPackageName() +
      Get the pack name support for this device is provided by, + might be empty if no device family pack is available.
      +
      java.lang.StringgetPackageVendor() +
      Get the device family pack vendor name.
      +
      java.lang.StringgetVendor() +
      Get the vendor name of the device.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmDevice

        +
        public FmDevice(com.arm.cmsis.zone.data.ICpDeviceResource device)
        +
        Create Device generator data model element.
        +
        +
        Parameters:
        +
        device - The storage data model element to wrap.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Get the device name.
        +
        +
        Returns:
        +
        Device name.
        +
        +
      • +
      + + + +
        +
      • +

        getVendor

        +
        public java.lang.String getVendor()
        +
        Get the vendor name of the device.
        +
        +
        Returns:
        +
        Device's vendor name.
        +
        +
      • +
      + + + +
        +
      • +

        getPackageName

        +
        public java.lang.String getPackageName()
        +
        Get the pack name support for this device is provided by, + might be empty if no device family pack is available.
        +
        +
        Returns:
        +
        Device family pack name
        +
        +
      • +
      + + + +
        +
      • +

        getPackageVendor

        +
        public java.lang.String getPackageVendor()
        +
        Get the device family pack vendor name.
        +
        +
        Returns:
        +
        Pack vendor name
        +
        +
      • +
      + + + +
        +
      • +

        getBlocks

        +
        public java.util.Collection<FmBlock> getBlocks()
        +
        Get a collection of blocks for this device.
        +
        +
        Returns:
        +
        Collection of devices blocks.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmInterrupt.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmInterrupt.html new file mode 100644 index 0000000..001fa75 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmInterrupt.html @@ -0,0 +1,374 @@ + + + + + +FmInterrupt + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmInterrupt

+
+
+ +
+
    +
  • +
    +
    +
    public class FmInterrupt
    +extends java.lang.Object
    +
    Interrupt - Generator Data Model Element + + A interrupt element gives information about an interrupt + and its declared usage.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmInterrupt(com.arm.cmsis.zone.data.ICpInterrupt interrupt, + FmBlock block) +
      Create Interrupt generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetInfo() +
      Get brief interrupt description.
      +
      java.lang.StringgetName() +
      Get the interrupt name.
      +
      java.lang.LonggetNumber() +
      Get interrupt number.
      +
      booleanisNonSecure() +
      Get non-secure usage of this interrupt.
      +
      booleanisSecure() +
      Get secure usage of this interrupt.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmInterrupt

        +
        public FmInterrupt(com.arm.cmsis.zone.data.ICpInterrupt interrupt,
        +                   FmBlock block)
        +
        Create Interrupt generator data model element.
        +
        +
        Parameters:
        +
        interrupt - The storage data model element to wrap.
        +
        block - The peripheral register block this interrupt is associated with.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Get the interrupt name.
        +
        +
        Returns:
        +
        Interrupt name.
        +
        +
      • +
      + + + +
        +
      • +

        getInfo

        +
        public java.lang.String getInfo()
        +
        Get brief interrupt description.
        +
        +
        Returns:
        +
        Interrupt description.
        +
        +
      • +
      + + + +
        +
      • +

        getNumber

        +
        public java.lang.Long getNumber()
        +
        Get interrupt number.
        +
        +
        Returns:
        +
        Interrupt number.
        +
        +
      • +
      + + + +
        +
      • +

        isSecure

        +
        public boolean isSecure()
        +
        Get secure usage of this interrupt.
        +
        +
        Returns:
        +
        True, if the associated peripheral is used with secure access.
        +
        +
      • +
      + + + +
        +
      • +

        isNonSecure

        +
        public boolean isNonSecure()
        +
        Get non-secure usage of this interrupt.
        +
        +
        Returns:
        +
        True, if the associated peripheral is used with non-secure access.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html new file mode 100644 index 0000000..1c6ddcb --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html @@ -0,0 +1,315 @@ + + + + + +FmProcess + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmProcess

+
+
+ +
+
    +
  • +
    +
    +
    public class FmProcess
    +extends java.lang.Object
    +
    Process - Generator Data Model Element + + A process (or execution zone) defines a group of threads + sharing common access privileges.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmProcess(com.arm.cmsis.zone.data.ICpProcess process) +
      Create Process generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.Collection<FmBlock>getBlocks() +
      Get a collection of blocks assigned to this process.
      +
      java.lang.StringgetName() +
      Get the processes name.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmProcess

        +
        public FmProcess(com.arm.cmsis.zone.data.ICpProcess process)
        +
        Create Process generator data model element.
        +
        +
        Parameters:
        +
        process - The storage data model element to wrap.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Get the processes name.
        +
        +
        Returns:
        +
        Process name.
        +
        +
      • +
      + + + +
        +
      • +

        getBlocks

        +
        public java.util.Collection<FmBlock> getBlocks()
        +
        Get a collection of blocks assigned to this process. + + The assigned blocks denotes the memory areas this process + is granted/denied access to explicitly. Access permissions + to all other areas is undefined.
        +
        +
        Returns:
        +
        Collection of assigned blocks.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcessor.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcessor.html new file mode 100644 index 0000000..16104ab --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcessor.html @@ -0,0 +1,331 @@ + + + + + +FmProcessor + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmProcessor

+
+
+ +
+
    +
  • +
    +
    +
    public class FmProcessor
    +extends java.lang.Object
    +
    Processor - Generator Data Model Element + + A processor defines specific informations about individual + processing elements embodied on a device.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmProcessor(com.arm.cmsis.zone.data.ICpProcessorResource processor) +
      Create Processor generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.Collection<FmBlock>getBlocks() +
      Get a collection of leaf blocks visible to this processor.
      +
      FmDevicegetDevice() +
      Get the device this processor is contained in.
      +
      java.lang.StringgetName() +
      Get processors name.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmProcessor

        +
        public FmProcessor(com.arm.cmsis.zone.data.ICpProcessorResource processor)
        +
        Create Processor generator data model element.
        +
        +
        Parameters:
        +
        processor - The storage data model element to wrap.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Get processors name.
        +
        +
        Returns:
        +
        Processor name.
        +
        +
      • +
      + + + +
        +
      • +

        getDevice

        +
        public FmDevice getDevice()
        +
        Get the device this processor is contained in.
        +
        +
        Returns:
        +
        Enclosing Device
        +
        +
      • +
      + + + +
        +
      • +

        getBlocks

        +
        public java.util.Collection<FmBlock> getBlocks()
        +
        Get a collection of leaf blocks visible to this processor.
        +
        +
        Returns:
        +
        Collection of visible leaf blocks.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmZone.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmZone.html new file mode 100644 index 0000000..e4a9da2 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmZone.html @@ -0,0 +1,417 @@ + + + + + +FmZone + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.arm.cmsis.zone.gen.data
+

Class FmZone

+
+
+ +
+
    +
  • +
    +
    +
    public class FmZone
    +extends java.lang.Object
    +
    Project Zone - Generator Data Model Root Element + + Implements the root element for the generator data model. + Gives access to the definition of a single project zone.
    +
    +
    Author:
    +
    Jonatan Antoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FmZone(com.arm.cmsis.zone.data.ICpZone zone) +
      Create a Zone generator data model element.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.Collection<FmBlock>getBlocks() +
      Get a collection with all blocks assigned to this zone.
      +
      FmDevicegetDevice() +
      Get the device this zone is linked to.
      +
      java.lang.StringgetName() +
      Get the zones name.
      +
      java.util.Collection<FmProcess>getProcesses() +
      Get a collection of all processes defined in this zone.
      +
      FmProcessorgetProcessor() +
      Get the processor this zone is linked to.
      +
      java.util.Collection<FmBlock>getVisibleBlocks() +
      Get a collection with all leaf blocks visible to this zone.
      +
      java.util.Collection<FmBlock>getVisibleResources() +
      Get a collection with all resources visible to this zone.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FmZone

        +
        public FmZone(com.arm.cmsis.zone.data.ICpZone zone)
        +
        Create a Zone generator data model element.
        +
        +
        Parameters:
        +
        zone - The storage data model element to wrap.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Get the zones name.
        +
        +
        Returns:
        +
        Zone name
        +
        +
      • +
      + + + +
        +
      • +

        getBlocks

        +
        public java.util.Collection<FmBlock> getBlocks()
        +
        Get a collection with all blocks assigned to this zone.
        +
        +
        Returns:
        +
        Collection of assigned blocks.
        +
        +
      • +
      + + + +
        +
      • +

        getVisibleBlocks

        +
        public java.util.Collection<FmBlock> getVisibleBlocks()
        +
        Get a collection with all leaf blocks visible to this zone. + + A block is considered to be visible if it is mapped at least once + into the logical address space of the zones linked processor.
        +
        +
        Returns:
        +
        Collection of visible blocks.
        +
        +
      • +
      + + + +
        +
      • +

        getVisibleResources

        +
        public java.util.Collection<FmBlock> getVisibleResources()
        +
        Get a collection with all resources visible to this zone. + + A resource is considered to be visible if it is mapped at least once + into the logical address space of the zones linked processor.
        +
        +
        Returns:
        +
        Collection of visible resources.
        +
        +
      • +
      + + + +
        +
      • +

        getDevice

        +
        public FmDevice getDevice()
        +
        Get the device this zone is linked to.
        +
        +
        Returns:
        +
        Linked device.
        +
        +
      • +
      + + + +
        +
      • +

        getProcessor

        +
        public FmProcessor getProcessor()
        +
        Get the processor this zone is linked to.
        +
        +
        Returns:
        +
        Linked processor.
        +
        +
      • +
      + + + +
        +
      • +

        getProcesses

        +
        public java.util.Collection<FmProcess> getProcesses()
        +
        Get a collection of all processes defined in this zone.
        +
        +
        Returns:
        +
        Collection of processes.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmBlock.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmBlock.html new file mode 100644 index 0000000..35477b1 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmBlock.html @@ -0,0 +1,199 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmBlock + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmBlock

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmCapture.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmCapture.html new file mode 100644 index 0000000..c17447a --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmCapture.html @@ -0,0 +1,149 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmCapture + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmCapture

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmDevice.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmDevice.html new file mode 100644 index 0000000..873e7fd --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmDevice.html @@ -0,0 +1,155 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmDevice + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmDevice

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmInterrupt.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmInterrupt.html new file mode 100644 index 0000000..742b23c --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmInterrupt.html @@ -0,0 +1,149 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmInterrupt + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmInterrupt

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcess.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcess.html new file mode 100644 index 0000000..fa84abd --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcess.html @@ -0,0 +1,149 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmProcess + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmProcess

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcessor.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcessor.html new file mode 100644 index 0000000..9b53021 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcessor.html @@ -0,0 +1,149 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmProcessor + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmProcessor

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmZone.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmZone.html new file mode 100644 index 0000000..844413f --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmZone.html @@ -0,0 +1,122 @@ + + + + + +Uses of Class com.arm.cmsis.zone.gen.data.FmZone + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.arm.cmsis.zone.gen.data.FmZone

+
+
No usage of com.arm.cmsis.zone.gen.data.FmZone
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-frame.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-frame.html new file mode 100644 index 0000000..8c55fa4 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-frame.html @@ -0,0 +1,26 @@ + + + + + +com.arm.cmsis.zone.gen.data + + + + + +

com.arm.cmsis.zone.gen.data

+
+

Classes

+ +
+ + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-summary.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-summary.html new file mode 100644 index 0000000..8e95c78 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-summary.html @@ -0,0 +1,197 @@ + + + + + +com.arm.cmsis.zone.gen.data + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.arm.cmsis.zone.gen.data

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-tree.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-tree.html new file mode 100644 index 0000000..a962f6c --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.arm.cmsis.zone.gen.data Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.arm.cmsis.zone.gen.data

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-use.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-use.html new file mode 100644 index 0000000..d33f5c7 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-use.html @@ -0,0 +1,184 @@ + + + + + +Uses of Package com.arm.cmsis.zone.gen.data + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.arm.cmsis.zone.gen.data

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/constant-values.html b/docs/Zone/genmodel/constant-values.html new file mode 100644 index 0000000..e4e463c --- /dev/null +++ b/docs/Zone/genmodel/constant-values.html @@ -0,0 +1,122 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/deprecated-list.html b/docs/Zone/genmodel/deprecated-list.html new file mode 100644 index 0000000..e4b402e --- /dev/null +++ b/docs/Zone/genmodel/deprecated-list.html @@ -0,0 +1,122 @@ + + + + + +Deprecated List + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/help-doc.html b/docs/Zone/genmodel/help-doc.html new file mode 100644 index 0000000..6b6b3f7 --- /dev/null +++ b/docs/Zone/genmodel/help-doc.html @@ -0,0 +1,223 @@ + + + + + +API Help + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/index-files/index-1.html b/docs/Zone/genmodel/index-files/index-1.html new file mode 100644 index 0000000..036c5cf --- /dev/null +++ b/docs/Zone/genmodel/index-files/index-1.html @@ -0,0 +1,127 @@ + + + + + +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 new file mode 100644 index 0000000..85ab23e --- /dev/null +++ b/docs/Zone/genmodel/index-files/index-2.html @@ -0,0 +1,200 @@ + + + + + +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 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 
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/index-files/index-4.html b/docs/Zone/genmodel/index-files/index-4.html new file mode 100644 index 0000000..85ad64b --- /dev/null +++ b/docs/Zone/genmodel/index-files/index-4.html @@ -0,0 +1,169 @@ + + + + + +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 
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/index.html b/docs/Zone/genmodel/index.html new file mode 100644 index 0000000..c283bae --- /dev/null +++ b/docs/Zone/genmodel/index.html @@ -0,0 +1,72 @@ + + + + + +Generated Documentation (Untitled) + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/arm/cmsis/zone/gen/data/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/docs/Zone/genmodel/overview-tree.html b/docs/Zone/genmodel/overview-tree.html new file mode 100644 index 0000000..4560f4d --- /dev/null +++ b/docs/Zone/genmodel/overview-tree.html @@ -0,0 +1,141 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/docs/Zone/genmodel/package-list b/docs/Zone/genmodel/package-list new file mode 100644 index 0000000..4165916 --- /dev/null +++ b/docs/Zone/genmodel/package-list @@ -0,0 +1 @@ +com.arm.cmsis.zone.gen.data diff --git a/docs/Zone/genmodel/script.js b/docs/Zone/genmodel/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/docs/Zone/genmodel/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/docs/Zone/genmodel/stylesheet.css b/docs/Zone/genmodel/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/docs/Zone/genmodel/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} -- cgit