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/FmProcess.html | 315 --------------------- 1 file changed, 315 deletions(-) delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html (limited to 'docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmProcess.html') 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.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit