From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- .../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 deletions(-) delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmDevice.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmInterrupt.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcessor.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmZone.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmBlock.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmCapture.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmDevice.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmInterrupt.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcess.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcessor.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmZone.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-frame.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-summary.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-tree.html delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-use.html (limited to 'docs/Zone/genmodel/com/arm/cmsis/zone/gen') 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 deleted file mode 100644 index 5e49489..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html +++ /dev/null @@ -1,623 +0,0 @@ - - - - - -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 deleted file mode 100644 index 9d581f3..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -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 deleted file mode 100644 index 7b7a6ce..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmDevice.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - -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 deleted file mode 100644 index 001fa75..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmInterrupt.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - -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 deleted file mode 100644 index 1c6ddcb..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -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 deleted file mode 100644 index 16104ab..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcessor.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - -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 deleted file mode 100644 index e4a9da2..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmZone.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - - -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 deleted file mode 100644 index 35477b1..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmBlock.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - -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 deleted file mode 100644 index c17447a..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmCapture.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -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 deleted file mode 100644 index 873e7fd..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmDevice.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -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 deleted file mode 100644 index 742b23c..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmInterrupt.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -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 deleted file mode 100644 index fa84abd..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcess.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -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 deleted file mode 100644 index 9b53021..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmProcessor.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -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 deleted file mode 100644 index 844413f..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/class-use/FmZone.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -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 deleted file mode 100644 index 8c55fa4..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -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 deleted file mode 100644 index 8e95c78..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-summary.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -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 deleted file mode 100644 index a962f6c..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -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 deleted file mode 100644 index d33f5c7..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/package-use.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - -Uses of Package com.arm.cmsis.zone.gen.data - - - - - - - - -
- - - - - - - -
- - -
-

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

-
-
- -
- -
- - - - - - - -
- - - - -- cgit