============================================================================= List of generated methods in project: CAN THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "Term1" (Component Term) - Term1_CRLF -Send CRLF to terminal. - Term1_SendStr -Send string to terminal. - Term1_SendNum -Send number to terminal. - Term1_SendChar -Send char to terminal. - Term1_Cls -Clear the terminal window. - Term1_MoveTo -Move cursor to position x, y. Range of coordinates can be from 1 to the size, which depends on the used terminal. Position [1,1] represents the upper left corner. - Term1_ReadChar -Read char from terminal. - Term1_KeyPressed -Test if char was received from the terminal. Module "CAN1" (Component FreescaleCAN) - CAN1_SendFrame -Sends the frame via the CAN device. Using this method the user can send own message to the CAN bus. This method allows to specify CAN buffer number, message ID, data to be sent and frame type (DATA_FRAME/REMOTE_FRAME). - CAN1_ReadFrame -Reads a frame from the CAN device. The user is informed about CAN reception through OnFullRxBuffer event or GetStateRX method. - CAN1_GetStateRX -Returns a value of the reception complete flag. - CAN1_SendFrameExt -Sends a frame. This method automatically selects a free transmit buffer for data transmission. The user cannot specify a transmit buffer. Module "Cpu" (Component MC9S08DZ60_64) - Cpu_EnableInt -Enables maskable interrupts - Cpu_DisableInt -Disables maskable interrupts ===================================================================================