Loading...
Searching...
No Matches

CC2538 General Purpose Timer (GPTIMER) driver. More...

Detailed Description

CC2538 General Purpose Timer (GPTIMER) driver.

Author
Ian Martin ian@l.nosp@m.ocic.nosp@m.ontro.nosp@m.ls.c.nosp@m.om
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t

Definition in file cc2538_gptimer.h.

#include <stdint.h>
#include "cc2538.h"
+ Include dependency graph for cc2538_gptimer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cc2538_gptimer_t
 GPTIMER component registers. More...
 

Enumerations

enum  { GPTIMER_ONE_SHOT_MODE = 1 , GPTIMER_PERIODIC_MODE = 2 , GPTIMER_CAPTURE_MODE = 3 }
 Timer modes. More...
 
enum  { GPTMCFG_32_BIT_TIMER = 0 , GPTMCFG_32_BIT_REAL_TIME_CLOCK = 1 , GPTMCFG_16_BIT_TIMER = 4 }
 Timer width configuration. More...