STM32L486xx HAL User Manual
Defines
OUTPUT POLARITY PIN
RTC Exported Constants

Defines

#define LL_RTC_OUTPUTPOLARITY_PIN_HIGH   0x00000000U
#define LL_RTC_OUTPUTPOLARITY_PIN_LOW   RTC_CR_POL

Define Documentation

#define LL_RTC_OUTPUTPOLARITY_PIN_HIGH   0x00000000U

Pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL)

Definition at line 356 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_OUTPUTPOLARITY_PIN_LOW   RTC_CR_POL

Pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL)

Definition at line 357 of file stm32l4xx_ll_rtc.h.