Adding f4-specific rtc functions
These should also work with the f2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user