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

Functions

IFX_EXTERN void IfxCcu6_PwmBc_start (IfxCcu6_PwmBc *pwmBc)
 Starts the Hall sensored based PWM. More...
 
IFX_EXTERN void IfxCcu6_PwmBc_stop (IfxCcu6_PwmBc *pwmBc)
 Stops the Hall sensored based PWM. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_PwmBc_start ( IfxCcu6_PwmBc pwmBc)

Starts the Hall sensored based PWM.

Parameters
pwmBcModule handle
Returns
None

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

Definition at line 401 of file IfxCcu6_PwmBc.c.

Referenced by IfxCcu6_PwmBc_initModule().

IFX_EXTERN void IfxCcu6_PwmBc_stop ( IfxCcu6_PwmBc pwmBc)

Stops the Hall sensored based PWM.

Parameters
pwmBcModule handle
Returns
None

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

Definition at line 454 of file IfxCcu6_PwmBc.c.

Referenced by IfxCcu6_PwmBc_initModule().