============================================================================= List of generated methods in project: PWMMCdemo THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ============================================================================= Module "MPW1" (Component PWMMC) - MPW1_Enable -Enable the Component - it starts the signal generation. Events can be disabled/enabled by DisableEvent/EnableEvent. - MPW1_Disable -Disable the Component - it stops signal generation and events calling. When the timer is disabled, it is possible to call method "SetOutput" to control the output value on corresponding pin. - MPW1_EnableEvent -Enable the events. Method is available only if interrupt service/event is enabled. - MPW1_DisableEvent -Disable the events. Method is available only if interrupt service/event is enabled. - MPW1_SetPeriod -Setting PWM modulo register. The value is loaded after calling Load() method. - MPW1_SetDuty -Setting duty(value) register of selected channel. The value is loaded after calling Load() method. - MPW1_SetDutyPercent -Setting duty(value) in percent of selected channel. The value is loaded after calling Load() method. - MPW1_SetPrescaler -Set Prescaler value which is loaded after calling Load() method. - MPW1_Load -Apply last seting of the methods SetDuty, SetDutyPercent, SetPeriod and SetPrescaler. - MPW1_SetOutput -PWM Output control. This method is not available for MC68HC08LB8 CPU type. Module "Cpu" (Component MC68HC908MR32_64) - Cpu_GetSpeedMode -Get current speed mode - Cpu_EnableInt -Enable maskable interrupts - Cpu_DisableInt -Disable maskable interrupts ===================================================================================