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

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

Module "SS1"       (component SynchroSlave)
   - SS1_RecvChar -If any data is received, this method returns one character, otherwise it returns an error code (it does not 
                wait for data).   For information about SW overrun behavior please see <General info page>. [ Version specific 
                information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on selected CPU and 
                receiver is configured to use DMA controller then this method only sets the selected DMA channel. Status of the 
                DMA transfer can then be checked using method GetCharsInRxBuf. See typical usage for details about 
                communication using DMA.
   - SS1_SendChar -Sends one character to the channel. [ Version specific information for Freescale 56800 derivatives ]   DMA 
                mode:  If DMA controller is available on the selected CPU and the transmitter is configured to use DMA 
                controller then this method only sets the selected DMA channel. The status of the DMA transfer can then be 
                checked using GetCharsInTxBuf method. See the typical usage for details about communication using DMA.
   - SS1_RecvBlock -If any data received, this method returns the block of the data and its length (and incidental error), 
                otherwise it returns error code (it does not wait for data).  If less than requested number of characters is 
                received only the available data is copied from the receive buffer to the user specified destination and the 
                ERR_EXEMPTY value is returned.  This method is available only if non-zero length of input buffer is defined.   
                For information about SW overrun behavior please see <General info page>. [ Version specific information for 
                Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on the selected CPU and the receiver 
                is configured to use DMA controller then this method only sets the selected DMA channel. The status of the DMA 
                transfer can then be checked using GetCharsInRxBuf method. See the typical usage for details about 
                communication using DMA.
   - SS1_SendBlock -Sends a block of characters to the channel. This method is only available if a non-zero length of output 
                buffer is defined. [ Version specific information for Freescale 56800 derivatives ]   DMA mode:  If DMA 
                controller is available on the selected CPU and transmitter is configured to use DMA controller then this 
                method only sets the selected DMA channel. The status of the DMA transfer can then be checked using 
                GetCharsInTxBuf method. See the typical usage for details about communication using DMA.
   - SS1_ClearRxBuf -Clears the receive buffer. This method is available only if a non-zero length of input buffer is defined. 
                [ Version specific information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on 
                the selected CPU and the receiver is configured to use DMA controller then this method only stops the selected 
                DMA channel.
   - SS1_ClearTxBuf -Clears the transmit buffer. This method is only available if a non-zero length of output buffer is defined.
                [ Version specific information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on 
                the selected CPU and the transmitter is configured to use DMA controller then this method only stops the 
                selected DMA channel.
   - SS1_GetCharsInRxBuf -Returns the number of characters in the input buffer.  In [polling mode] (Interrupt service is 
                disabled) if the peripheral does not support finding out number of data-word in its HW input buffer, the method 
                returns 0 if the buffer is empty and returns 1 if the buffer is not empty.  Note: If the Interrupt service is 
                disabled, and the Ignore empty character is set to yes, and a character has been received, then this method 
                returns 1 although it was an empty character. [ Version specific information for Freescale 56800 derivatives ]  
                DMA mode:  If DMA controller is available on the selected CPU and the receiver is configured to use DMA 
                controller then this method returns the number of characters in the receive buffer.
   - SS1_GetCharsInTxBuf -Returns the number of characters in the output buffer. In [polling mode] (Interrupt service is 
                disabled) if the peripheral does not support finding out number of data-word in its HW output buffer, the 
                method returns 0 if the buffer is not full, and returns 1 if the buffer is full.  [ Version specific 
                information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on the selected CPU 
                and the transmitter is configured to use DMA controller then this method returns the number of characters in 
                the transmit buffer.
   - SS1_GetError -Returns a set of errors on the channel (errors that cannot be returned in given methods). The component 
                accumulates errors in a set; after calling [GetError] this set is returned and cleared. This method is 
                available only if the "Interrupt service/event" 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 "SM1"       (component SynchroMaster)
   - SM1_RecvChar -If any data is received, this method returns one character, otherwise it returns an error code (it does not 
                wait for data).   For information about SW overrun behavior please see <General info page>. [ Version specific 
                information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on selected CPU and 
                receiver is configured to use DMA controller then this method only sets the selected DMA channel. Status of the 
                DMA transfer can then be checked using method GetCharsInRxBuf. See typical usage for details about 
                communication using DMA.
   - SM1_SendChar -Sends one character to the channel. [ Version specific information for Freescale 56800 derivatives ]   DMA 
                mode:  If DMA controller is available on the selected CPU and the transmitter is configured to use DMA 
                controller then this method only sets the selected DMA channel. The status of the DMA transfer can then be 
                checked using GetCharsInTxBuf method. See the typical usage for details about communication using DMA.
   - SM1_RecvBlock -If any data received, this method returns the block of the data and its length (and incidental error), 
                otherwise it returns error code (it does not wait for data).  If less than requested number of characters is 
                received only the available data is copied from the receive buffer to the user specified destination and the 
                ERR_EXEMPTY value is returned.  This method is available only if non-zero length of input buffer is defined.    
                For information about SW overrun behavior please see <General info page>. [ Version specific information for 
                Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on the selected CPU and the receiver 
                is configured to use DMA controller then this method only sets the selected DMA channel. The status of the DMA 
                transfer can then be checked using GetCharsInRxBuf method. See the typical usage for details about 
                communication using DMA.
   - SM1_SendBlock -Send a block of characters to the channel. This method is only available if a non-zero length of output 
                buffer is defined. [ Version specific information for Freescale 56800 derivatives ]   DMA mode:  If DMA 
                controller is available on the selected CPU and transmitter is configured to use DMA controller then this 
                method only sets the selected DMA channel. The status of the DMA transfer can then be checked using 
                GetCharsInTxBuf method. See the typical usage for details about communication using DMA.
   - SM1_ClearRxBuf -Clears the receive buffer. This method is available only if a non-zero length of input buffer is defined. 
                [ Version specific information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on 
                the selected CPU and the receiver is configured to use DMA controller then this method only stops the selected 
                DMA channel.
   - SM1_ClearTxBuf -Clears the transmit buffer. This method is only available if a non-zero length of output buffer is defined.
                [ Version specific information for Freescale 56800 derivatives ]   DMA mode:  If DMA controller is available on 
                the selected CPU and the transmitter is configured to use DMA controller then this method only stops the 
                selected DMA channel.
   - SM1_GetCharsInRxBuf -Returns the number of characters in the input buffer.  Note: If the Interrupt service is disabled, 
                and the Ignore empty character is set to yes, and a character has been received, then this method returns 1 
                although it was an empty character. [ Version specific information for Freescale 56800 derivatives ]   DMA mode:
                If DMA controller is available on the selected CPU and the receiver is configured to use DMA controller then 
                this method returns the number of characters in the receive buffer.
   - SM1_GetCharsInTxBuf -Returns the number of characters in the output buffer. [ Version specific information for Freescale 
                56800 derivatives ]   DMA mode:  If DMA controller is available on the selected CPU and the transmitter is 
                configured to use DMA controller then this method returns the number of characters in the transmit buffer.
   - SM1_GetError -Returns a set of errors on the channel (errors that cannot be returned in given methods). The component 
                accumulates errors in a set; after calling [GetError] this set is returned and cleared. This method is 
                available only if the "Interrupt service/event" property is enabled.

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.

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