STM32L486xx HAL User Manual
Defines
ALARM OUTPUT
RTC Exported Constants

Defines

#define LL_RTC_ALARMOUT_DISABLE   0x00000000U
#define LL_RTC_ALARMOUT_ALMA   RTC_CR_OSEL_0
#define LL_RTC_ALARMOUT_ALMB   RTC_CR_OSEL_1
#define LL_RTC_ALARMOUT_WAKEUP   RTC_CR_OSEL

Define Documentation

#define LL_RTC_ALARMOUT_ALMA   RTC_CR_OSEL_0

Alarm A output enabled

Definition at line 337 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_ALMB   RTC_CR_OSEL_1

Alarm B output enabled

Definition at line 338 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_DISABLE   0x00000000U

Output disabled

Definition at line 336 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_WAKEUP   RTC_CR_OSEL

Wakeup output enabled

Definition at line 339 of file stm32l4xx_ll_rtc.h.