iLLD_TC27xD  1.0
Collaboration diagram for PwmHl Functions:

Functions

IFX_EXTERN boolean IfxGtm_Tom_PwmHl_init (IfxGtm_Tom_PwmHl *driver, const IfxGtm_Tom_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. Note: all PWM channels must use the same TGC Note: the current implementation must use the same TGC for the timer and PWM channels. More...
 
IFX_EXTERN void IfxGtm_Tom_PwmHl_initConfig (IfxGtm_Tom_PwmHl_Config *config)
 Initialize the configuration structure to default. More...
 

Detailed Description

Function Documentation

IFX_EXTERN boolean IfxGtm_Tom_PwmHl_init ( IfxGtm_Tom_PwmHl driver,
const IfxGtm_Tom_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. Note: all PWM channels must use the same TGC Note: the current implementation must use the same TGC for the timer and PWM channels.

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

Definition at line 116 of file IfxGtm_Tom_PwmHl.c.

IFX_EXTERN void IfxGtm_Tom_PwmHl_initConfig ( IfxGtm_Tom_PwmHl_Config config)

Initialize the configuration structure to default.

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

Definition at line 245 of file IfxGtm_Tom_PwmHl.c.