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

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

Module "DMA"       (component DMAChannel)
   - DMA_SetSourceAddress -Specifies address of the source buffer for DMA transfer.
   - DMA_SetDestinationAddress -Specifies address of the destination buffer for DMA transfer.
   - DMA_SetSourcePointerMode -Specifies the source address pointer mode. Source address can be incremented, decremented or can 
                stay unchanged at the end of each DMA transfer.
   - DMA_SetDestinationPointerMode -Specifies the destination address pointer mode. Destination address can be incremented, 
                decremented or can stay unchanged at the end of each DMA transfer.
   - DMA_SetSourceTransferWidth -Specifies the DMA transfer source width.
   - DMA_SetDestinationTransferWidth -Specifies the DMA transfer destination width.
   - DMA_SetSourceCircularBufferSize -Specifies DMA source circular buffer size.
   - DMA_GetSourceCircularBufferSize -Specifies DMA source circular buffer size.
   - DMA_SetDestinationCircularBufferSize -Specifies DMA destination circular buffer size.
   - DMA_GetDestinationCircularBufferSize -Specifies DMA destination circular buffer size.
   - DMA_SetDataSize -Specifies the DMA data size - number of data to be transferred.
   - DMA_GetDataSize -Specifies the DMA data size - number of data to be transferred.
   - DMA_Start -Starts DMA transfer. If Peripheral mapping is used this method enables peripheral requests and transfer starts 
                after peripheral request is asserted.
   - DMA_Stop -Aborts DMA transfer. If Peripheral mapping is used this method also disables peripheral requests.
   - DMA_GetStatus -Returns status of the selected DMA channel.
   - DMA_GetCompleteStatus -This method returns a transfer complete status since last call of this method.

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.

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