STM32F479xx 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 346 of file stm32f4xx_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 347 of file stm32f4xx_ll_rtc.h.