iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN volatile uint32 * | IfxGtm_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... | |
IFX_EXTERN volatile uint32* IfxGtm_Tom_Timer_getPointer | ( | IfxGtm_Tom_Timer * | driver) |
Returns the pointer to timer channel.
driver | TOM Timer interface Handle |
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.
driver | TOM Timer interface Handle |
config | Configuration structure for TOM Timer |
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.
config | Configuration structure for TOM Timer |
gtm | Pointer to GTM module |
Definition at line 251 of file IfxGtm_Tom_Timer.c.