CC2538 General Purpose Timer (GPTIMER) driver. More...
CC2538 General Purpose Timer (GPTIMER) driver.
Definition in file cc2538_gptimer.h.
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... | |