libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/common/rtc_common_l1f024.h>
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... | |