iLLD_TC27xC  1.0
Collaboration diagram for Timer Functions:

Functions

IFX_EXTERN volatile uint32IfxGtm_Tom_Timer_getPointer (IfxGtm_Tom_Timer *driver)
 Returns the pointer to timer channel. More...
 
IFX_EXTERN boolean IfxGtm_Tom_Timer_init (IfxGtm_Tom_Timer *driver, IfxGtm_Tom_Timer_Config *config)
 Initialises the timer object. More...
 
IFX_EXTERN void IfxGtm_Tom_Timer_initConfig (IfxGtm_Tom_Timer_Config *config, Ifx_GTM *gtm)
 Initializes the configuration structure to default. More...
 

Detailed Description

Function Documentation

IFX_EXTERN volatile uint32* IfxGtm_Tom_Timer_getPointer ( IfxGtm_Tom_Timer driver)

Returns the pointer to timer channel.

Parameters
driverTOM Timer interface Handle
Returns
Pointer

Definition at line 108 of file IfxGtm_Tom_Timer.c.

IFX_EXTERN boolean IfxGtm_Tom_Timer_init ( IfxGtm_Tom_Timer driver,
IfxGtm_Tom_Timer_Config config 
)

Initialises the timer object.

Parameters
driverTOM Timer interface Handle
configConfiguration structure for TOM Timer
Returns
TRUE on success else FALSE

Definition at line 120 of file IfxGtm_Tom_Timer.c.

IFX_EXTERN void IfxGtm_Tom_Timer_initConfig ( IfxGtm_Tom_Timer_Config config,
Ifx_GTM *  gtm 
)

Initializes the configuration structure to default.

Parameters
configConfiguration structure for TOM Timer
gtmPointer to GTM module
Returns
None

Definition at line 251 of file IfxGtm_Tom_Timer.c.