aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/f4/timer.h')
-rw-r--r--include/libopencm3/stm32/f4/timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/f4/timer.h b/include/libopencm3/stm32/f4/timer.h
index 6fe9e6a..cb063d2 100644
--- a/include/libopencm3/stm32/f4/timer.h
+++ b/include/libopencm3/stm32/f4/timer.h
@@ -50,4 +50,8 @@
#define TIM5_OR_TI4_RMP_RTC (0x3 << 6)
#define TIM5_OR_TI4_RMP_MASK (0x3 << 6)
+/* --- Function prototypes ------------------------------------------------- */
+
+void timer_set_option(u32 timer_peripheral, u32 option);
+
#endif