iLLD_TC27xC  1.0
How to use the GTM ATOM Timer Driver
Collaboration diagram for How to use the GTM ATOM Timer Driver:

This driver implements the timer functionalities as defined by Standard interface: Timer. The user is free to use either the driver specific APIs below or to used the standard interface APIs.

Specific implementation

Implementation is similar to TOM Timer Interface Driver.

For a detailed configuration of the microcontroller, see IfxGtm_Atom_Timer_init().

Usage example

Initialisation:

IfxGtm_Atom_Timer driverData;
IfxGtm_Atom_Timer_initConfig(&driverConfig, &MODULE_GTM);
IfxGtm_Atom_Timer_init (&driverData, &driverConfig);
boolean IfxGtm_Atom_Timer_stdIfTimerInit(&timer, &driverData);

During run-time, the interface functions should be used: