=============================================================================
List of generated methods in project: MAPS-MC-2IN1_DualServo

This text description is generated by Processor Expert. Do not modify it.
=============================================================================

Module "FMSTR1"    (component FreeMaster)
   - FMSTR1_Poll -In the poll-driven or short interrupt modes, this function handles the protocol decoding and execution. In 
                the poll-driven mode, this function also handles the SCI communication. In the long interrupt mode, this 
                function compiles as an empty function and may still be called.
   - FMSTR1_Recorder -Recorder worker routine. This returns quickly if recorder is not running, otherwise it calls quite 
                lengthy recorder routine which does all the recorder work (sampling, triggering).   This method is enabled only 
                if the Recorder property is enabled.
   - FMSTR1_TriggerRec -Pull the trigger of the recorder. This function starts the post-trigger stop countdown.  This method is 
                enabled only if the Recorder property is enabled.

Module "PWMA"      (component Init_eFlexPWM_56800)
   - PWMA_Init -This method initializes registers of the eFlexPWM module according to the Peripheral Initialization settings. 
                Call this method in user code to initialize the module. By default, the method is called by PE automatically; 
                see "Call Init method" property of the component for more details.

Module "PWMB"      (component Init_eFlexPWM_56800)
   - PWMB_Init -This method initializes registers of the eFlexPWM module according to the Peripheral Initialization settings. 
                Call this method in user code to initialize the module. By default, the method is called by PE automatically; 
                see "Call Init method" property of the component for more details.

Module "ADC1"      (component Init_ADC_56800)
   - ADC1_Init -This method initializes registers of the ADC module according to this Peripheral Initialization settings. Call 
                this method in the user code to initialize the module. By default, the method is called by PE automatically; 
                see "Call Init method" property of the component for more details.

Module "AOI1"      (component Init_AOI_VAR0)
   - AOI1_Init -This method initializes registers of the AOI module according to the Peripheral Initialization settings. Call 
                this method in user code to initialize the module. By default, the method is called by PE automatically; see 
                "Call Init method" property of the component for more details.

Module "M1_ENC_A0" (component Init_TMR_56800)
   - M1_ENC_A0_Init -This method initializes registers of the TMR module according to this Peripheral Initialization settings.  
                Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M1_MTCap_A1" (component Init_TMR_56800)
   - M1_MTCap_A1_Init -This method initializes registers of the TMR module according to this Peripheral Initialization settings.
                Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M1_ZCnt_A2" (component Init_TMR_56800)
   - M1_ZCnt_A2_Init -This method initializes registers of the TMR module according to this Peripheral Initialization settings. 
                Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M1_WatchDog_A3" (component Init_TMR_56800)
   - M1_WatchDog_A3_Init -This method initializes registers of the TMR module according to this Peripheral Initialization 
                settings.    Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M2_ENC_B0" (component Init_TMR_56800)
   - M2_ENC_B0_Init -This method initializes registers of the TMR module according to this Peripheral Initialization settings.  
                Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M2_MTCap_B1" (component Init_TMR_56800)
   - M2_MTCap_B1_Init -This method initializes registers of the TMR module according to this Peripheral Initialization settings.
                Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M2_ZCnt_B2" (component Init_TMR_56800)
   - M2_ZCnt_B2_Init -This method initializes registers of the TMR module according to this Peripheral Initialization settings. 
                Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M2_WatchDog_B3" (component Init_TMR_56800)
   - M2_WatchDog_B3_Init -This method initializes registers of the TMR module according to this Peripheral Initialization 
                settings.    Call this method in the user code to initialize the module. By default, the method is called by PE 
                automatically; see "Call Init method" property of the component for more details.

Module "M1_HU_C4"  (component InputPin)
   - M1_HU_C4_GetVal -Return the value on the pin.

Module "M1_HV_G8"  (component InputPin)
   - M1_HV_G8_GetVal -Return the value on the pin.

Module "M1_HW_G9"  (component InputPin)
   - M1_HW_G9_GetVal -Return the value on the pin.

Module "M2_HU_F8"  (component InputPin)
   - M2_HU_F8_GetVal -Return the value on the pin.

Module "M2_HV_F6"  (component InputPin)
   - M2_HV_F6_GetVal -Return the value on the pin.

Module "M2_HW_G11" (component InputPin)
   - M2_HW_G11_GetVal -Return the value on the pin.

Module "GF13"      (component BitIO)
   - GF13_GetVal -Returns the input/output value. If the direction is [input] then the input value of the pin is read and 
                returned. If the direction is [output] then the last written value is returned (see <Safe mode> property for 
                limitations). This method cannot be disabled if direction is [input].
   - GF13_PutVal -The specified output value is set. If the direction is [input], the component saves the value to a memory or 
                a register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]; 
                see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin. 
                (Method is available only if the direction = _[output]_ or _[input/output]_).
   - GF13_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only 
                if the direction = _[output]_ or _[input/output]_.
   - GF13_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the 
                direction = _[output]_ or _[input/output]_.
   - GF13_NegVal -Negates (inverts) the output value. It is equivalent to the [PutVal(!GetVal())]. This method is available 
                only if the direction = _[output]_ or _[input/output]_.

Module "GF12"      (component BitIO)
   - GF12_GetVal -Returns the input/output value. If the direction is [input] then the input value of the pin is read and 
                returned. If the direction is [output] then the last written value is returned (see <Safe mode> property for 
                limitations). This method cannot be disabled if direction is [input].
   - GF12_PutVal -The specified output value is set. If the direction is [input], the component saves the value to a memory or 
                a register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]; 
                see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin. 
                (Method is available only if the direction = _[output]_ or _[input/output]_).
   - GF12_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only 
                if the direction = _[output]_ or _[input/output]_.
   - GF12_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the 
                direction = _[output]_ or _[input/output]_.
   - GF12_NegVal -Negates (inverts) the output value. It is equivalent to the [PutVal(!GetVal())]. This method is available 
                only if the direction = _[output]_ or _[input/output]_.

Module "GPIOD5"    (component InputPin)
   - GPIOD5_GetVal -Return the value on the pin.

Module "GPIOD6"    (component InputPin)
   - GPIOD6_GetVal -Return the value on the pin.

Module "Cpu"       (component MC56F84789VLL)
   - Cpu_EnableInt -Enables all maskable interrupts
   - Cpu_DisableInt -Disables all maskable interrupts
   - Cpu_SetWaitMode -Sets low power mode - Wait mode.   For more information about the wait mode see this CPU documentation.   
                Release from wait mode: Reset or interrupt
   - Cpu_SetStopMode -Sets low power mode - Stop mode.   For more information about the stop mode see this CPU documentation.
   - Cpu_Delay100US -This method realizes software delay. The length of delay is at least 100 microsecond multiply input 
                parameter [us100]. As the delay implementation is not based on real clock, the delay time may be increased by 
                interrupt service routines processed during the delay. Adding read wait states for external program memory can 
                cause delay extension as well. The method is independent on selected speed mode.

===================================================================================
