iLLD_TC27xD  1.0
Collaboration diagram for Pwm Functions:

Functions

IFX_EXTERN boolean IfxGtm_Atom_Pwm_init (IfxGtm_Atom_Pwm_Driver *driver, IfxGtm_Atom_Pwm_Config *config)
 Initialises the Timer object. More...
 
IFX_EXTERN void IfxGtm_Atom_Pwm_initConfig (IfxGtm_Atom_Pwm_Config *config, Ifx_GTM *gtm)
 Initializes the configuration structure to default. More...
 

Detailed Description

Function Documentation

IFX_EXTERN boolean IfxGtm_Atom_Pwm_init ( IfxGtm_Atom_Pwm_Driver driver,
IfxGtm_Atom_Pwm_Config config 
)

Initialises the Timer object.

Parameters
driverATOM Handle
configConfiguration structure for ATOM
Returns
TRUE on success else FALSE

Definition at line 35 of file IfxGtm_Atom_Pwm.c.

IFX_EXTERN void IfxGtm_Atom_Pwm_initConfig ( IfxGtm_Atom_Pwm_Config config,
Ifx_GTM *  gtm 
)

Initializes the configuration structure to default.

Parameters
configThis parameter is Initialised by the function
gtmPointer to GTM module
Returns
None

Definition at line 96 of file IfxGtm_Atom_Pwm.c.