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