libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
rtc.c File Reference
Include dependency graph for rtc.c:

Go to the source code of this file.

Functions

void rtc_enable_wakeup_timer (void)
 Enable the wakeup timer. More...
 
void rtc_disable_wakeup_timer (void)
 Disable the wakeup timer. More...
 
void rtc_enable_wakeup_timer_interrupt (void)
 Enable the wakeup timer interrupt. More...
 
void rtc_disable_wakeup_timer_interrupt (void)
 Disable the wakeup timer interrupt. More...