iLLD_TC27xD  1.0
Modultion Control Functions
Collaboration diagram for Modultion Control Functions:

Functions

IFX_EXTERN void IfxCcu6_TPwm_initModule (IfxCcu6_TPwm *tPwm, const IfxCcu6_TPwm_Config *config)
 Initialises the module with default configuration. More...
 
IFX_EXTERN void IfxCcu6_TPwm_pause (IfxCcu6_TPwm *tPwm)
 Pauses the triggered PWM. More...
 
IFX_EXTERN void IfxCcu6_TPwm_resume (IfxCcu6_TPwm *tPwm)
 Resumes the triggered PWM. More...
 
IFX_EXTERN void IfxCcu6_TPwm_start (IfxCcu6_TPwm *tPwm)
 Starts the triggered PWM. More...
 
IFX_EXTERN void IfxCcu6_TPwm_stop (IfxCcu6_TPwm *tPwm)
 Stops the triggered PWM. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_TPwm_initModule ( IfxCcu6_TPwm tPwm,
const IfxCcu6_TPwm_Config config 
)

Initialises the module with default configuration.

Parameters
tPwmModule handle
configConfiguration structure of the module
Returns
None

A coding example can be found in How to use the CCU6 TPWM Interface driver?

Definition at line 36 of file IfxCcu6_TPwm.c.

IFX_EXTERN void IfxCcu6_TPwm_pause ( IfxCcu6_TPwm tPwm)

Pauses the triggered PWM.

Parameters
tPwmModule handle
Returns
None

A coding example can be found in How to use the CCU6 TPWM Interface driver?

Definition at line 415 of file IfxCcu6_TPwm.c.

Referenced by IfxCcu6_TPwm_initModule().

IFX_EXTERN void IfxCcu6_TPwm_resume ( IfxCcu6_TPwm tPwm)

Resumes the triggered PWM.

Parameters
tPwmModule handle
Returns
None

A coding example can be found in How to use the CCU6 TPWM Interface driver?

Definition at line 421 of file IfxCcu6_TPwm.c.

Referenced by IfxCcu6_TPwm_initModule().

IFX_EXTERN void IfxCcu6_TPwm_start ( IfxCcu6_TPwm tPwm)

Starts the triggered PWM.

Parameters
tPwmModule handle
Returns
None

A coding example can be found in How to use the CCU6 TPWM Interface driver?

Definition at line 427 of file IfxCcu6_TPwm.c.

Referenced by IfxCcu6_TPwm_initModule().

IFX_EXTERN void IfxCcu6_TPwm_stop ( IfxCcu6_TPwm tPwm)

Stops the triggered PWM.

Parameters
tPwmModule handle
Returns
None

A coding example can be found in How to use the CCU6 TPWM Interface driver?

Definition at line 482 of file IfxCcu6_TPwm.c.

Referenced by IfxCcu6_TPwm_initModule().