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...

Collaboration diagram for RTC_CR_OSEL: Output selection values:

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)
 

Detailed Description

These bits are used to select the flag to be routed to AFO_ALARM RTC output.

Macro Definition Documentation

◆ RTC_CR_OSEL_ALARMA

#define RTC_CR_OSEL_ALARMA   (0x1)

Definition at line 191 of file rtc_common_l1f024.h.

◆ RTC_CR_OSEL_ALARMB

#define RTC_CR_OSEL_ALARMB   (0x2)

Definition at line 192 of file rtc_common_l1f024.h.

◆ RTC_CR_OSEL_DISABLED

#define RTC_CR_OSEL_DISABLED   (0x0)

Definition at line 190 of file rtc_common_l1f024.h.

◆ RTC_CR_OSEL_WAKEUP

#define RTC_CR_OSEL_WAKEUP   (0x3)

Definition at line 193 of file rtc_common_l1f024.h.