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

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

Module "AM1"       (component AsynchroMaster)
   - AM1_RecvChar -If any data is received, this method returns one character, otherwise it returns an error code (it does not 
                wait for data). This method is enabled only if the receiver property is enabled.  [Note:] Because the preferred 
                method to handle error and break exception in the interrupt mode is to use events <OnError> and <OnBreak> the 
                return value ERR_RXEMPTY has higher priority than other error codes. As a consequence the information about an 
                exception in interrupt mode is returned only if there is a valid character ready to be read.
   - AM1_SendChar -Send one character to the channel. This method is available only if the transmitter property is enabled.
   - AM1_RecvBlock -If any data is received, this method returns the block of the data and its length (and incidental error), 
                otherwise it returns an error code (it does not wait for data).   This method is available only if non-zero 
                length of the input buffer is defined and the receiver property is enabled.
   - AM1_SendBlock -Sends a block of characters to the channel.   This method is available only if non-zero length of the 
                output buffer is defined and the transmitter property is enabled.
   - AM1_ClearRxBuf -Clears the receive buffer.   This method is available only if non-zero length of the input buffer is 
                defined and the receiver property is enabled.
   - AM1_ClearTxBuf -Clears the transmit buffer.   This method is available only if non-zero length of the output buffer is 
                defined and the receiver property is enabled.
   - AM1_GetCharsInRxBuf -Returns the number of characters in the input buffer. This method is available only if the receiver 
                property is enabled.
   - AM1_GetCharsInTxBuf -Returns the number of characters in the output buffer. This method is available only if the 
                transmitter property is enabled.
   - AM1_GetBreak -Tests the internal input break flag, returns it (whether the break has occurred or not) and clears it. This 
                method is available only if property <Break signal> is enabled.
   - AM1_SetBreak -Sends the break sequence to the output line. This method is available only if <Break signal> property is 
                enabled.
   - AM1_SelectSlave -Select the slave - sends the address of the slave for starting communication with it (the previous slave 
                stops communicating).
   - AM1_GetSelected -Return the identification of the selected slave  (0-254, or -1 if no slave is selected).
   - AM1_TurnRxOn -Turns on the receiver. This method is available only if the receiver property is enabled.
   - AM1_TurnRxOff -Turns off the receiver. This method is available only if the receiver property is enabled.
   - AM1_SetIdle -Sends the idle character to the output line.   This method is available only if the transmitter property is 
                enabled.

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.

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