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