STM32F439xx HAL User Manual
Defines
RTC Output Selection Definitions
RTC Exported Constants

Defines

#define RTC_OUTPUT_DISABLE   0x00000000U
#define RTC_OUTPUT_ALARMA   0x00200000U
#define RTC_OUTPUT_ALARMB   0x00400000U
#define RTC_OUTPUT_WAKEUP   0x00600000U

Define Documentation

#define RTC_OUTPUT_ALARMA   0x00200000U

Definition at line 212 of file stm32f4xx_hal_rtc.h.

#define RTC_OUTPUT_ALARMB   0x00400000U

Definition at line 213 of file stm32f4xx_hal_rtc.h.

#define RTC_OUTPUT_DISABLE   0x00000000U

Definition at line 211 of file stm32f4xx_hal_rtc.h.

#define RTC_OUTPUT_WAKEUP   0x00600000U

Definition at line 214 of file stm32f4xx_hal_rtc.h.