![]() |
![]() |
Timer driver interface for CC26XX devices.
This driver implements a 32-bit or 16-bit general purpose timer for the CC26XX device.
The timer always operates in count up mode.
#include <stdbool.h>#include <stdint.h>#include <ti/drivers/Timer.h>#include <ti/drivers/dpl/SemaphoreP.h>#include <ti/drivers/timer/GPTimerCC26XX.h>
Go to the source code of this file.
Data Structures | |
| struct | TimerCC26XX_HWAttrs |
| TimerCC26XX Hardware Attributes. More... | |
| struct | TimerCC26XX_Object |
| TimerCC26XX_Object. More... | |
Enumerations | |
| enum | TimerCC26XX_SubTimer { TimerCC26XX_timer16A = 0x0001, TimerCC26XX_timer16B = 0x0002, TimerCC26XX_timer32 = 0x0003 } |
| enum TimerCC26XX_SubTimer |