============================================================================= List of methods in project: projRT3 THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "AS1" (bean AsynchroSerial) AS1_RecvChar -If any data received, this method returns one character, otherwise it returns error code (it does not wait for data). This method is enabled only if the receiver property is enabled. AS1_SendChar -Send one character to the channel. This method is available only if the transmitter property is enabled. AS1_GetCharsInRxBuf -Return number of characters in the input buffer. This method is available only if the receiver property is enabled. AS1_GetCharsInTxBuf -Return number of characters in the output buffer. This method is available only if the transmitter property is enabled. AS1_SetBaudRateMode -This method changes the channel communication speed (baud rate). This method can be used only if you specify a list of possible period settings at design time (see Timing dialog box - Runtime setting - from a list of values). Each of these settings constitutes a mode and Processor ExpertTM assigns them a mode identifier. The prescaler and compare values corresponding to each mode are calculated at design time. You may switch modes at runtime by referring only to a mode identifier. No run-time calculations are performed, all the calculations are performed at design time. AS1_GetError -Return a set of errors on the channel (errors that cannot be returned in given methods). The errors accumulate in a set; after calling GetError this set is returned and cleared. Module "Reset" (bean ExtInt) Reset_GetVal -Return the actual value of the input pin of the bean (FALSE , TRUE). Module "Fast" (bean ExtInt) Fast_GetVal -Return the actual value of the input pin of the bean (FALSE , TRUE). Module "Cpu" (bean MC68HC908AZ60) Cpu_GetSpeedMode -Get current speed mode Cpu_EnableInt -Enable maskable interrupts Cpu_DisableInt -Disable maskable interrupts =============================================================================