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