============================================================================= List of generated methods in project: SynMastr THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "SM1" (Component SynchroMaster) - 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). This method is available only if non-zero length of input buffer is defined. DMA mode: If DMA controller is available on selected CPU and receiver is configured to use DMA controller then this method only sets selected DMA channel. Status of the DMA transfer can be then checked using method GetCharsInRxBuf. See typical usage for details about communication using DMA. - SM1_SendBlock -Send a block of characters to the channel. This method is available only if non-zero length of output buffer is defined. DMA mode: If DMA controller is available on selected CPU and transmitter is configured to use DMA controller then this method only sets selected DMA channel. Status of the DMA transfer can be then checked using method GetCharsInTxBuf. See typical usage for details about communication using DMA. - SM1_GetCharsInRxBuf -Return 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. DMA mode: If DMA controller is available on selected CPU and receiver is configured to use DMA controller then this method returns number of characters in the receive buffer. Module "Cpu" (Component MC68HC908AZ60A) - Cpu_GetSpeedMode -Get current speed mode - Cpu_EnableInt -Enable maskable interrupts - Cpu_DisableInt -Disable maskable interrupts ===================================================================================