============================================================================= List of generated methods in project: AsSerial THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "AS1" (Component AsynchroSerial) - AS1_Enable -Enable the Component - it starts send and receive. Events may be generated ("DisableEvent"/"EnableEvent"). - AS1_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 the input buffer is defined and the receiver property is enabled. 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. - AS1_SendBlock -Send a block of characters to the channel. This method is available only if non-zero length of the output buffer is defined and the transmitter property is enabled. 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. - AS1_ClearRxBuf -Clear receive buffer. This method is available only if non-zero length of the input buffer is defined and the receiver property is enabled. DMA mode: If DMA controller is available on selected CPU and receiver is configured to use DMA controller then this method only stops selected DMA channel. - AS1_ClearTxBuf -Clear transmit buffer. This method is available only if non-zero length of the output buffer is defined and the receiver property is enabled. DMA mode: If DMA controller is available on selected CPU and transmitter is configured to use DMA controller then this method only stops selected DMA channel. Module "Cpu" (Component MC68HC908AZ60A) - Cpu_GetSpeedMode -Get current speed mode - Cpu_EnableInt -Enable maskable interrupts - Cpu_DisableInt -Disable maskable interrupts ===================================================================================