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 +++++++++++++++++++++ 1 file changed, 623 insertions(+) create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html (limited to 'docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmBlock.html') 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.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit