summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/hal/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/hal/timer.h')
-rw-r--r--cc3200/hal/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc3200/hal/timer.h b/cc3200/hal/timer.h
index d16fc9a6e4..cbe4d2cb1b 100644
--- a/cc3200/hal/timer.h
+++ b/cc3200/hal/timer.h
@@ -180,6 +180,8 @@ extern unsigned long TimerLoadGet(unsigned long ulBase, unsigned long ulTimer);
extern unsigned long TimerValueGet(unsigned long ulBase,
unsigned long ulTimer);
+extern void TimerValueSet(unsigned long ulBase, unsigned long ulTimer,
+ unsigned long ulValue);
extern void TimerMatchSet(unsigned long ulBase, unsigned long ulTimer,
unsigned long ulValue);