iLLD_TC27xD  1.0
Collaboration diagram for PwmHl Functions:

Functions

IFX_EXTERN boolean IfxGtm_Atom_PwmHl_init (IfxGtm_Atom_PwmHl *driver, const IfxGtm_Atom_PwmHl_Config *config)
 Initializes the timer object note To ensure that the channels counter are reset by the timer and do not overflow, leading to random signal on the output, the timer must be started before the call to this function. More...
 
IFX_EXTERN void IfxGtm_Atom_PwmHl_initConfig (IfxGtm_Atom_PwmHl_Config *config)
 Initialize the configuration structure to default. More...
 

Detailed Description

Function Documentation

IFX_EXTERN boolean IfxGtm_Atom_PwmHl_init ( IfxGtm_Atom_PwmHl driver,
const IfxGtm_Atom_PwmHl_Config config 
)

Initializes the timer object note To ensure that the channels counter are reset by the timer and do not overflow, leading to random signal on the output, the timer must be started before the call to this function.

Parameters
driverGTM ATOM PWM driver
configGTM ATOM: PWM HL configuration
Returns
TRUE on success else FALSE

Definition at line 116 of file IfxGtm_Atom_PwmHl.c.

IFX_EXTERN void IfxGtm_Atom_PwmHl_initConfig ( IfxGtm_Atom_PwmHl_Config config)

Initialize the configuration structure to default.

Parameters
configChannel configuration. This parameter is Initialised by the function
Returns
None

Definition at line 216 of file IfxGtm_Atom_PwmHl.c.