STM32L486xx HAL User Manual
Defines
RTC Output Polarity Definitions
RTC Exported Constants

Defines

#define RTC_OUTPUT_POLARITY_HIGH   ((uint32_t)0x00000000)
#define RTC_OUTPUT_POLARITY_LOW   ((uint32_t)0x00100000)

Define Documentation

#define RTC_OUTPUT_POLARITY_HIGH   ((uint32_t)0x00000000)

Definition at line 266 of file stm32l4xx_hal_rtc.h.

#define RTC_OUTPUT_POLARITY_LOW   ((uint32_t)0x00100000)

Definition at line 267 of file stm32l4xx_hal_rtc.h.