STM32H735xx HAL User Manual
Defines
RTC 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 301 of file stm32h7xx_hal_rtc.h.

#define RTC_OUTPUT_ALARMB   RTC_CR_OSEL_1

Definition at line 302 of file stm32h7xx_hal_rtc.h.

#define RTC_OUTPUT_DISABLE   0x00000000u

Definition at line 300 of file stm32h7xx_hal_rtc.h.

#define RTC_OUTPUT_WAKEUP   RTC_CR_OSEL

Definition at line 303 of file stm32h7xx_hal_rtc.h.