libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
These bits are used to select the flag to be routed to AFO_ALARM RTC output. More...
Macros | |
#define | RTC_CR_OSEL_DISABLED (0x0) |
#define | RTC_CR_OSEL_ALARMA (0x1) |
#define | RTC_CR_OSEL_ALARMB (0x2) |
#define | RTC_CR_OSEL_WAKEUP (0x3) |
These bits are used to select the flag to be routed to AFO_ALARM RTC output.
#define RTC_CR_OSEL_ALARMA (0x1) |
Definition at line 191 of file rtc_common_l1f024.h.
#define RTC_CR_OSEL_ALARMB (0x2) |
Definition at line 192 of file rtc_common_l1f024.h.
#define RTC_CR_OSEL_DISABLED (0x0) |
Definition at line 190 of file rtc_common_l1f024.h.
#define RTC_CR_OSEL_WAKEUP (0x3) |
Definition at line 193 of file rtc_common_l1f024.h.