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

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

Module "ASl1"      (component AsynchroSlave)
   - ASl1_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.
   - ASl1_SendChar -Sends one character to the channel. This method is available only if the transmitter property is enabled.
   - ASl1_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 input buffer is defined.
   - ASl1_SendBlock -Sends a block of characters to the channel.   This method is available only if non-zero length of output 
                buffer is defined.
   - ASl1_ClearRxBuf -Clears the receive buffer.   This method is available only if non-zero length of input buffer is defined.
   - ASl1_ClearTxBuf -Clears the transmit buffer.   This method is available only if non-zero length of output buffer is 
                defined.
   - ASl1_GetCharsInRxBuf -Returns the number of characters in the input buffer if the Interrupt service is enabled. In pooling 
                mode this method returns true when a character is received, therefore the RecvChar method should be called 
                subsequently (see the typical usage example).
   - ASl1_GetCharsInTxBuf -Returns the number of characters in the output buffer.
   - ASl1_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.
   - ASl1_SetBreak -Sends the break sequence to the output line. This method is available only if <Break signal> property is 
                enabled.
   - ASl1_Selected -Return boolean value if slave is selected or not (if it is not selected, send/received methods return error 
                value).

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.

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