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/FmCapture.html | 315 +++++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html (limited to 'docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html') 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 new file mode 100644 index 0000000..9d581f3 --- /dev/null +++ b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html @@ -0,0 +1,315 @@ + + + + + +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.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit