=============================================================================
List of generated methods in project: ProcessorExpert

THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================

Module "DAC1"      (component Init_DAC_56800)
   - DAC1_Init -This method initializes registers of the DAC 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 "AD1"       (component ADC)
   - AD1_Measure -This method performs one measurement on all channels that are set in the component inspector. (Note: If the 
                <number of conversions> is more than one the conversion of A/D channels is performed specified number of times.)
   - AD1_GetValue16 -This method returns the last measured values of all channels justified to the left. Compared with 
                <GetValue> method this method returns more accurate result if the <number of conversions> is greater than 1 and 
                <AD resolution> is less than 16 bits. In addition, the user code dependency on <AD resolution> is eliminated.

Module "TEST1"     (component DSP_Test)
   - TEST1_testStart -The testStart function initializes the test_sRec data structure
   - TEST1_testFailed -The testFailed function indicates that one step of the test case has failed. The string pointed to by 
                pMsg denotes the cause of the failure.
   - TEST1_testComment -The testComment function records information about the current test. The testComment is independent on 
                the test result (if it fails or not).
   - TEST1_testEnd -The testEnd function declares the end of the test and determines whether the test case has passed or failed.
                If no call had been made to testFailed since testStart was called, the test case passes. If any call to 
                testFailed had been made, the test case fails.

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.

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