Adding f4-specific rtc functions

These should also work with the f2
This commit is contained in:
Michael Aherne
2013-02-26 18:23:31 -08:00
parent 8c8b6440e7
commit a121769785
2 changed files with 68 additions and 1 deletions

View File

@@ -36,4 +36,13 @@ LGPL License Terms @ref lgpl_license
#include <libopencm3/stm32/memorymap.h>
#include <libopencm3/stm32/common/rtc_common_bcd.h>
#endif
BEGIN_DECLS
void rtc_enable_wakeup_timer(void);
void rtc_disable_wakeup_timer(void);
void rtc_enable_wakeup_timer_interrupt(void);
void rtc_disable_wakeup_timer_interrupt(void);
END_DECLS
#endif