STM32L486xx HAL User Manual
Defines
RTC Output Type ALARM OUT
RTC Exported Constants

Defines

#define RTC_OUTPUT_TYPE_OPENDRAIN   ((uint32_t)0x00000000)
#define RTC_OUTPUT_TYPE_PUSHPULL   ((uint32_t)RTC_OR_ALARMOUTTYPE)

Define Documentation

#define RTC_OUTPUT_TYPE_OPENDRAIN   ((uint32_t)0x00000000)

Definition at line 275 of file stm32l4xx_hal_rtc.h.

#define RTC_OUTPUT_TYPE_PUSHPULL   ((uint32_t)RTC_OR_ALARMOUTTYPE)

Definition at line 276 of file stm32l4xx_hal_rtc.h.