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

Defines

#define RTC_OUTPUT_DISABLE   0x00000000u
#define RTC_OUTPUT_ALARMA   RTC_CR_OSEL_0
#define RTC_OUTPUT_ALARMB   RTC_CR_OSEL_1
#define RTC_OUTPUT_WAKEUP   RTC_CR_OSEL

Define Documentation

#define RTC_OUTPUT_ALARMA   RTC_CR_OSEL_0

Definition at line 284 of file stm32l4xx_hal_rtc.h.

#define RTC_OUTPUT_ALARMB   RTC_CR_OSEL_1

Definition at line 285 of file stm32l4xx_hal_rtc.h.

#define RTC_OUTPUT_DISABLE   0x00000000u

Definition at line 283 of file stm32l4xx_hal_rtc.h.

#define RTC_OUTPUT_WAKEUP   RTC_CR_OSEL

Definition at line 286 of file stm32l4xx_hal_rtc.h.