iLLD_TC27xC
1.0
|
![]() |
IFX_EXTERN float32 IfxGtm_Atom_PwmHl_getDeadtime | ( | IfxGtm_Atom_PwmHl * | driver) |
Returns the dead time.
driver | GTM ATOM PWM driver |
Definition at line 98 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN float32 IfxGtm_Atom_PwmHl_getMinPulse | ( | IfxGtm_Atom_PwmHl * | driver) |
Returns the minimum pulse.
driver | GTM ATOM PWM driver |
Definition at line 104 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN Ifx_Pwm_Mode IfxGtm_Atom_PwmHl_getMode | ( | IfxGtm_Atom_PwmHl * | driver) |
Returns Pwm mode.
driver | GTM ATOM PWM driver |
Definition at line 110 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_INLINE Ifx_ActiveState IfxGtm_Atom_PwmHl_invertActiveState | ( | Ifx_ActiveState | activeState) |
Inverts the active state.
activeState | Active state |
Definition at line 88 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_init(), and IfxGtm_Atom_PwmHl_setMode().
IFX_EXTERN boolean IfxGtm_Atom_PwmHl_setDeadtime | ( | IfxGtm_Atom_PwmHl * | driver, |
float32 | deadtime | ||
) |
Sets the dead time.
driver | GTM ATOM PWM driver |
deadtime | Dead time value |
Definition at line 219 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_init(), and IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN boolean IfxGtm_Atom_PwmHl_setMinPulse | ( | IfxGtm_Atom_PwmHl * | driver, |
float32 | minPulse | ||
) |
Sets the minimum pulse.
driver | GTM ATOM PWM driver |
minPulse | Minimum pulse |
Definition at line 230 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_init(), and IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN boolean IfxGtm_Atom_PwmHl_setMode | ( | IfxGtm_Atom_PwmHl * | driver, |
Ifx_Pwm_Mode | mode | ||
) |
Sets the PWM mode, the mode is only applied after setOnTime() + applyUpdate()
driver | GTM ATOM PWM driver |
mode | Pwm mode |
Definition at line 241 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_init(), and IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN void IfxGtm_Atom_PwmHl_setOnTime | ( | IfxGtm_Atom_PwmHl * | driver, |
Ifx_TimerValue * | tOn | ||
) |
Sets the ON time.
driver | GTM ATOM PWM driver |
tOn | ON time |
Definition at line 306 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN void IfxGtm_Atom_PwmHl_setupChannels | ( | IfxGtm_Atom_PwmHl * | driver, |
boolean * | activeCh, | ||
boolean * | stuckSt | ||
) |
Set up channels.
driver | GTM ATOM PWM driver |
activeCh | Active channel |
stuckSt | Stuck state |
Definition at line 312 of file IfxGtm_Atom_PwmHl.c.
Referenced by IfxGtm_Atom_PwmHl_stdIfPwmHlInit().
IFX_EXTERN boolean IfxGtm_Atom_PwmHl_stdIfPwmHlInit | ( | IfxStdIf_PwmHl * | stdif, |
IfxGtm_Atom_PwmHl * | driver | ||
) |
Initialises the statndard interface Pwm.
stdif | Standard interface object |
driver | GTM ATOM PWM driver |
Definition at line 318 of file IfxGtm_Atom_PwmHl.c.