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 --- .../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 ++++++ 18 files changed, 4364 insertions(+) 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 (limited to 'docs/Zone/genmodel/com/arm/cmsis/zone/gen/data') 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

+
+
+ +
+ +
+ + + + + + + +
+ + + + -- cgit