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

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

Module "CDC_Bridge_J8_2_3" (component AsynchroSerial)
   - CDC_Bridge_J8_2_3_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. [ 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. Then the status of the DMA transfer can be checked using GetCharsInRxBuf method. See 
                an example of a typical usage for details about the communication using DMA.
   - CDC_Bridge_J8_2_3_SendChar -Sends one character to the channel. If the component is temporarily disabled (Disable method) 
                SendChar method only stores data into an output buffer. In case of a zero output buffer size, only one 
                character can be stored. Enabling the component (Enable method) starts the transmission of the stored data. 
                This method is available only if the transmitter property is enabled.  [ 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 selected DMA channel. Then the 
                status of the DMA transfer can be checked using GetCharsInTxBuf method. See an example of a typical usage for 
                details about communication using DMA.
   - CDC_Bridge_J8_2_3_GetCharsInRxBuf -Returns the number of characters in the input buffer. This method is available only if 
                the receiver property is enabled. [ 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.
   - CDC_Bridge_J8_2_3_GetCharsInTxBuf -Returns the number of characters in the output buffer. This method is available only if 
                the transmitter property is enabled. [ 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.

Module "TWR_SER_J8_4_5" (component AsynchroSerial)
   - TWR_SER_J8_4_5_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. [ 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. Then the status of the DMA transfer can be checked using GetCharsInRxBuf method. See 
                an example of a typical usage for details about the communication using DMA.
   - TWR_SER_J8_4_5_SendChar -Sends one character to the channel. If the component is temporarily disabled (Disable method) 
                SendChar method only stores data into an output buffer. In case of a zero output buffer size, only one 
                character can be stored. Enabling the component (Enable method) starts the transmission of the stored data. 
                This method is available only if the transmitter property is enabled.  [ 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 selected DMA channel. Then the 
                status of the DMA transfer can be checked using GetCharsInTxBuf method. See an example of a typical usage for 
                details about communication using DMA.
   - TWR_SER_J8_4_5_GetCharsInRxBuf -Returns the number of characters in the input buffer. This method is available only if the 
                receiver property is enabled. [ 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.
   - TWR_SER_J8_4_5_GetCharsInTxBuf -Returns the number of characters in the output buffer. This method is available only if 
                the transmitter property is enabled. [ 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.

Module "WDog1"     (component WatchDog)
   - WDog1_Enable -Enables the component - starts the watchdog timer counting.
   - WDog1_Disable -Disables the component - stops the watchdog timer counting.
   - WDog1_Clear -Clears the watchdog timer (it makes the timer restart from zero).

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.

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