Freescale Semiconductor Inc.
    Regional Technical Application Center

 

Main Page | Class List | Directories | File List | File Members | Related Pages

Todo List

Member vfnInit_PLL (void)
Warning:
Any modification to system clock frequency WILL modify the
interrupt frequency of the PIT module giving as a result a
mofification of the Pwm frequency signals.

Member vfnPit_Init (uint8_t u8PitChannel, uint32_t u32Period)
Warning:
Configured PIT channel when using this function will NOT be used
by another resource in the program flow, otherwise a wrong Pwm
frequency might be generated.

Member vfnPort_Init (const Pwm_ChannelConfigType *PortCfgPtr)
Warning:
Only pins contained in Pwm_ChannelConfig structure will be configured.

Member vfnCoreInterruptHandling (uint8_t u8InterruptType)
Warning:
Only two choices are allowed to operate within the specification on this
function. Z1 core OR Z0 core (Z1 or Z0 values).

Member vfnPwm_Init (const Pwm_ChannelConfigType *PwmCfgPtr)
Warning:
Only pins contained in Pwm_ChannelConfig structure will be configured.
if Report Error Layer (PWM_ERROR_DETECT == OFF) is turned off, none Pwm
parameters shall be analyzed and possible corrupt data might be generated.

Member vfnSetDuty_Cycle (uint8_t u8PwmChannel, uint32_t u32DutyCyle)
Warning:
User must be aware to pass only valid configured Pwm Channels.
PWM Channel values MUST START from 0-up to configured Pwm
channels. i.e. Pwm_Chan_0 = 0, Pwm_Chan_1 = 1, etc.

Member vfnSetPeriodAndDuty (uint8_t u8PwmChannel, uint32_t u32Period, uint32_t u32DutyCycle)
Warning:
User must be aware to pass only valid configured Pwm Channels.

Member vfnPwm_Report_Error (uint8_t ApiId, uint8_t ErrorId)
Warning:

Member vfnStart_Scheduler (void)