============================================================================= List of generated methods in project: CMT THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "CM1" (Component FreescaleCMT) - CM1_Enable -Enable the Component - it starts the signal generation. Events may be generated ("DisableEvent"/"EnableEvent"). - CM1_Disable -Disable the Component - it stops signal generation and events calling. When the Component is disabled, it is possible to call methods "ClrValue" and "SetValue". - CM1_SetSpaceWidthMode -Switch the space width of the signal generated by the Component to the specified mode (changes the period/frequency using a mode's values). Each mode is identified by a single 8-bit unsigned number which expresses one period/frequency of the generated signal. This method reduce the time needed for setting a new period value. This method can be used only if you specify a list of possible period settings at design time (see - Runtime setting - from a list of values). Each of these settings constitutes a _/mode/_ and Processor Expert 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. - CM1_SetExtendedSpace -If the parameter is TRUE, the Space starts to be send over entire next periods of the modulator. To re-enable Mark - Space sequence at the beginning of the next period of the modulator, the method should be called with parameter FALSE. Module "Cpu" (Component MC9S08RE16_44) - Cpu_GetSpeedMode -Gets the current speed mode - Cpu_EnableInt -Enables maskable interrupts - Cpu_DisableInt -Disables maskable interrupts - Cpu_GetLowVoltageFlag -This method returns the flag of the Low Voltage Detect device. The flag is set when the low-voltage error is detected. - Cpu_ClearLowVoltageFlag -This method clears the low voltage detect flag. - Cpu_GetLowVoltageWarningFlag -This method returns the Low Voltage Warning flag. The flag is set when the voltage subsides (see electric specification of the MCU). - Cpu_ClearLowVoltageWarningFlag -This method clears the low voltage warning flag. - Cpu_GetPartialPowerDownFlag -This method returns the Partial Power Dwon flag. The flag is set when the MCU exits the Partial Power Down mode. - Cpu_ClearPartialPowerDownFlag -This method clears the Partial Power Down flag. ===================================================================================