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

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

Module "Bt21"      (component Byte2IO)
   - Bt21_GetDir -Returns selected direction.
   - Bt21_SetDir -Sets a port direction (available only if the Direction = _[input/output]_).
   - Bt21_SetInput -Sets a port direction to input (available only if the Direction = _[input/output]_).
   - Bt21_SetOutput -Sets a port direction to output (available only if the Direction = _[input/output]_).
   - Bt21_GetVal -Returns the value of the Input/Output component. If the direction is [input] then it reads the input value of 
                the pins and returns it. If the direction is [output] then returns the last written value (see <Safe mode> 
                property for limitations).
   - Bt21_PutVal -Specified value is passed to the Input/Output component. If the direction is [input] it saves the value to a 
                memory or a register, this value will be written to the pins after switching to the output mode - using 
                [SetDir(TRUE)] (see <Safe mode> property for limitations). If the direction is [output] it writes the value to 
                the port. (Method is available only if the Direction = _[output]_ or _[input/output]_).
   - Bt21_GetBit -Returns the value of the specified bit/pin of the Input/Output component. If the direction is [input] then it 
                reads the input value of the pin and returns it. If the direction is [output] then it returns the last written 
                value (see <Safe mode> property for limitations).
   - Bt21_PutBit -Specified value is passed to the specified bit/pin of the Input/Output component. If the direction is [input] 
                it saves the value to a memory or a register, this value will be written to the pin after switching to the 
                output mode - using [SetDir(TRUE)] (see <Safe mode> property for limitations). If the direction is [output] it 
                writes the value to the pin. (Method is available only if the Direction = _[output]_ or _[input/output]_).
   - Bt21_SetBit -Sets (to one) the specified bit of the Input/Output component. It is the same as [PutBit(Bit, TRUE)]. (Method 
                is available only if the Direction = _[output]_ or _[input/output]_).
   - Bt21_ClrBit -Clears (sets to zero) the specified bit of the Input/Output component. It is the same as [PutBit(Bit, FALSE)].
                (Method is available only if the Direction = _[output]_ or _[input/output]_).
   - Bt21_NegBit -Negates (inverts) the specified bit of the Input/Output component. It is the same as [PutBit(Bit,!GetBit(Bit))
                ]. (Method is available only if the Direction = _[output]_ or _[input/output]_).
   - Bt21_GetRawVal -Returns the value of the ports. The method uses raw data input register, i.e., a register that always 
                reads back the status of the port regardless of the port direction. The method is available only if raw data 
                input is supported by all selected ports.
   - Bt21_GetRawBit -Returns the value of the specified bit/pin. The method uses raw data input register, i.e. a register that 
                always reads back the status of the port regardless of the port direction. The method is available only if raw 
                data input is supported by all selected ports.

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.

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