IPIA Senior Project V2.0
Spring-Fall 2020
Loading...
Searching...
No Matches
gpsTimer.h File Reference

GPS Timer driver source code. More...

#include <ti/drivers/Timer.h>
#include "sim33eau.h"
#include "ti_drivers_config.h"
Include dependency graph for gpsTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GPS_TIMER_init (void)
 GPS Timer Initialization. More...
 
void GPS_TIMER_start (void)
 GPS Timer start. More...
 
void timerCallback (Timer_Handle handle)
 Timer callback. More...
 

Variables

Timer_Handle gpsTimerHandle
 

Detailed Description

GPS Timer driver source code.

Author
Jesus Minjares
See also
https://github.com/jminjares4
Author
Erick A. Baca
See also
https://github.com/eabaca2419
Version
0.1
Date
2022-05-21

Function Documentation

◆ GPS_TIMER_init()

void GPS_TIMER_init ( void  )

GPS Timer Initialization.

Detailed description starts here

Parameters
voidNo argument
Returns
None

◆ GPS_TIMER_start()

void GPS_TIMER_start ( void  )

GPS Timer start.

Detailed description starts here

Parameters
void
Returns
None

◆ timerCallback()

void timerCallback ( Timer_Handle  handle)

Timer callback.

Detailed description starts here

Parameters
handleTimer handle
Returns
None

Variable Documentation

◆ gpsTimerHandle

Timer_Handle gpsTimerHandle

GPS Timer Handle