============================================================================= List of generated methods in project: AsMaster THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "AM1" (Component AsynchroMaster) - AM1_Enable -Enable the Component - it starts send and receive. Events may be generated ("DisableEvent"/"EnableEvent"). - AM1_RecvBlock -If any data received, this method returns the block ofthe 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. - AM1_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. - AM1_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. - AM1_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. - AM1_SelectSlave -Select the slave - sends the address of the slave for starting communication with it (the previous slave stops communicating). Module "Cpu" (Component MC68HC908AZ60A) - Cpu_GetSpeedMode -Get current speed mode - Cpu_EnableInt -Enable maskable interrupts - Cpu_DisableInt -Disable maskable interrupts ===================================================================================