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

Functions

IFX_EXTERN void IfxCcu6_Timer_countOneStep (IfxCcu6_Timer *timer)
 Counts the timer one step. More...
 
IFX_EXTERN void IfxCcu6_Timer_start (IfxCcu6_Timer *timer)
 Starts the timer. More...
 
IFX_EXTERN void IfxCcu6_Timer_startSingleShotMode (IfxCcu6_Timer *timer)
 Starts the single shot mode of the timer. More...
 
IFX_EXTERN void IfxCcu6_Timer_stop (IfxCcu6_Timer *timer)
 Stops the timer. More...
 
IFX_EXTERN void IfxCcu6_Timer_synchronousStart (IfxCcu6_Timer *timer)
 Starts both the timers together. More...
 
IFX_EXTERN void IfxCcu6_Timer_synchronousStop (IfxCcu6_Timer *timer)
 Starts both the timers together. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_Timer_countOneStep ( IfxCcu6_Timer timer)

Counts the timer one step.

Parameters
timerModule handle
Returns
None

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

Definition at line 36 of file IfxCcu6_Timer.c.

Referenced by IfxCcu6_Timer_initModule().

IFX_EXTERN void IfxCcu6_Timer_start ( IfxCcu6_Timer timer)

Starts the timer.

Parameters
timerModule handle
Returns
None

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

Definition at line 344 of file IfxCcu6_Timer.c.

Referenced by IfxCcu6_Timer_initModule().

IFX_EXTERN void IfxCcu6_Timer_startSingleShotMode ( IfxCcu6_Timer timer)

Starts the single shot mode of the timer.

Parameters
timerModule handle
Returns
None

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

Definition at line 399 of file IfxCcu6_Timer.c.

Referenced by IfxCcu6_Timer_initModule().

IFX_EXTERN void IfxCcu6_Timer_stop ( IfxCcu6_Timer timer)

Stops the timer.

Parameters
timerModule handle
Returns
None

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

Definition at line 459 of file IfxCcu6_Timer.c.

Referenced by IfxCcu6_Timer_initModule().

IFX_EXTERN void IfxCcu6_Timer_synchronousStart ( IfxCcu6_Timer timer)

Starts both the timers together.

Parameters
timerModule handle
Returns
None

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

Definition at line 504 of file IfxCcu6_Timer.c.

Referenced by IfxCcu6_Timer_initModule().

IFX_EXTERN void IfxCcu6_Timer_synchronousStop ( IfxCcu6_Timer timer)

Starts both the timers together.

Parameters
timerModule handle
Returns
None

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

Definition at line 514 of file IfxCcu6_Timer.c.

Referenced by IfxCcu6_Timer_initModule().