STM32L486xx HAL User Manual
Defines
RTC Output Selection Definitions
RTCEx Exported Constants

Defines

#define RTC_OUTPUT_DISABLE   ((uint32_t)0x00000000)
#define RTC_OUTPUT_ALARMA   ((uint32_t)0x00200000)
#define RTC_OUTPUT_ALARMB   ((uint32_t)0x00400000)
#define RTC_OUTPUT_WAKEUP   ((uint32_t)0x00600000)

Define Documentation

#define RTC_OUTPUT_ALARMA   ((uint32_t)0x00200000)

Definition at line 108 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_OUTPUT_ALARMB   ((uint32_t)0x00400000)

Definition at line 109 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_OUTPUT_DISABLE   ((uint32_t)0x00000000)

Definition at line 107 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_OUTPUT_WAKEUP   ((uint32_t)0x00600000)

Definition at line 110 of file stm32l4xx_hal_rtc_ex.h.