STM32F439xx 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 333 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_ALMB   RTC_CR_OSEL_1

Alarm B output enabled

Definition at line 334 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_DISABLE   0x00000000U

Output disabled

Definition at line 332 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_WAKEUP   RTC_CR_OSEL

Wakeup output enabled

Definition at line 335 of file stm32f4xx_ll_rtc.h.