============================================================================= List of methods in project: Full1 THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "PWM1" (bean PWM) PWM1_SetRatio16 -This method sets a new duty-cycle ratio. Ratio is expressed as an 16-bit unsigned integer number. 0 - FFFF value is proportional to ratio 0 - 100_ Note: Calculated duty depends on the timer possibilities and on the selected period. PWM1_SetDutyUS -This method sets the new duty value of the output signal. The duty is expressed in microseconds as a 16-bit unsigned integer number. PWM1_SetDutyMS -This method sets the new duty value of the output signal. The duty is expressed in milliseconds as a 16-bit unsigned integer number. Module "PPG1" (bean PPG) PPG1_SetRatio16 -This method sets a new duty-cycle ratio. Ratio is expressed as an 16-bit unsigned integer number. 0 - FFFF value is proportional to ratio 0 - 100_ Note: Calculated duty depends on the timer possibilities and on the selected period. PPG1_SetDutyUS -This method sets the new duty value of the output signal. The duty is expressed in microseconds as a 16-bit unsigned integer number. PPG1_SetDutyMS -This method sets the new duty value of the output signal. The duty is expressed in miliseconds as a 16-bit unsigned integer number. Module "TI1" (bean TimerInt) Module "AD2" (bean ADconverter) AD2_Start -Start automatic measurements - they run one after another (event OnEnd is called whenever a measurement is done). AD2_Stop -Stop automatic measurements. AD2_Measure -If the automatic measurements are not started, it starts one measure, otherwise it uses current automatically started measure. Then this method waits till the current measurement is finished and returns the measured value (you can determine by a parameter how much time the procedure should wait till the end of the measurement (loop). Take care that in this interval no other task is performed - e.g. the watchdog cannot be cleared) . AD2_GetValue -Return the last measured value. 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_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 "SM1" (bean SynchroMaster) SM1_RecvChar -If any data received, this method returns one character, otherwise it returns error code (it does not wait for data). SM1_SendChar -Send one character to the channel. SM1_GetCharsInRxBuf -Return number of characters in the input buffer. SM1_GetCharsInTxBuf -Return number of characters in the output buffer. SM1_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 "CAN1" (bean MotorolaCAN) CAN1_SetAcceptanceCode -Set acceptance code register. CAN1_SetAcceptanceMask -Set the acceptance mask registers. CAN1_SetAcceptanceMode -Set a content of the acceptance mode register. CAN1_SendFrame -Send a frame. CAN1_ReadFrame -Read a frame. CAN1_GetStateTX -Return a value of the transmission complete flag of given buffer. CAN1_GetStateRX -Return a value of the reception complete flag. CAN1_GetError -Return a content of the receiver flag register. Module "Byte1" (bean ByteIO) Byte1_GetDir -Return selected direction. Byte1_SetDir -Set port direction. Byte1_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Byte1_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the port. Byte1_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Byte1_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Byte1_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Byte1_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Byte1_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "Bits1" (bean BitsIO) Bits1_GetDir -Return selected direction. Bits1_SetDir -Set pins direction. Bits1_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Bits1_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pins. Bits1_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bits1_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bits1_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Bits1_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Bits1_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "Bits2" (bean BitsIO) Bits2_GetDir -Return selected direction. Bits2_SetDir -Set pins direction. Bits2_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Bits2_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pins. Bits2_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bits2_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bits2_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Bits2_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Bits2_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "Bits3" (bean BitsIO) Bits3_GetDir -Return selected direction. Bits3_SetDir -Set pins direction. Bits3_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Bits3_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pins. Bits3_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bits3_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bits3_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Bits3_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Bits3_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "Bit1" (bean BitIO) Bit1_SetDir -Set pin direction. Bit1_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bit1_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bit1_ClrVal -Clear (set to zero) the Input/Output bean. It is the same as PutVal(FALSE). Bit1_SetVal -Set (set to one) the Input/Output bean. It is the same as PutVal(TRUE). Module "Bits4" (bean BitsIO) Bits4_GetDir -Return selected direction. Bits4_SetDir -Set pins direction. Bits4_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Bits4_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pins. Bits4_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bits4_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bits4_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Bits4_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Bits4_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "Bits5" (bean BitsIO) Bits5_GetDir -Return selected direction. Bits5_SetDir -Set pins direction. Bits5_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Bits5_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pins. Bits5_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bits5_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bits5_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Bits5_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Bits5_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "Bits6" (bean BitsIO) Bits6_GetDir -Return selected direction. Bits6_SetDir -Set pins direction. Bits6_GetVal -Return the value of the Input/Output bean. If direction is input then reads the input value of the pins and returns it. If direction is output then returns the last written value. Bits6_PutVal -Put the specified value to the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pins after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pins. Bits6_GetBit -Return the value of the specified bit/pin of the Input/Output bean. If direction is input then reads the input value of the pin and returns it. If direction is output then returns the last written value. Bits6_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is input saves the value to a memory or a register, this value will be written to the pin after switching to the output mode - using SetDir(TRUE). If direction is output writes the value to the pin. Bits6_SetBit -Set (set to one) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,TRUE). Bits6_ClrBit -Clear (set to zero) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,FALSE). Bits6_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as PutBit(Bit,!GetBit(Bit)). Module "EInt1" (bean ExtInt) EInt1_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 =============================================================================