summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/timer_handler.h
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-03-01 21:47:23 -0600
committersommersoft <sommersoft@gmail.com>2019-03-01 21:47:23 -0600
commit438eadd63acb25a43e008dec9335ac4ebb779f96 (patch)
treee9c1d233fe499c60a1e4730420021ae75f90ffdc /ports/atmel-samd/timer_handler.h
parenta44bfc2730c246738dd8d636d18ffb6591673864 (diff)
re-add frequencyin to 'timer_handler' after upstream merge
Diffstat (limited to 'ports/atmel-samd/timer_handler.h')
-rw-r--r--ports/atmel-samd/timer_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/timer_handler.h b/ports/atmel-samd/timer_handler.h
index e249fca36..4a7adb58c 100644
--- a/ports/atmel-samd/timer_handler.h
+++ b/ports/atmel-samd/timer_handler.h
@@ -29,6 +29,7 @@
#define TC_HANDLER_NO_INTERRUPT 0x0
#define TC_HANDLER_PULSEOUT 0x1
#define TC_HANDLER_PEW 0x2
+#define TC_HANDLER_FREQUENCYIN 0x3
void set_timer_handler(bool is_tc, uint8_t index, uint8_t timer_handler);
void shared_timer_handler(bool is_tc, uint8_t index);