STM32F439xx HAL User Manual
Defines
RTC Wake-up Timer Definitions
RTCEx Exported Constants

Defines

#define RTC_WAKEUPCLOCK_RTCCLK_DIV16   0x00000000U
#define RTC_WAKEUPCLOCK_RTCCLK_DIV8   0x00000001U
#define RTC_WAKEUPCLOCK_RTCCLK_DIV4   0x00000002U
#define RTC_WAKEUPCLOCK_RTCCLK_DIV2   0x00000003U
#define RTC_WAKEUPCLOCK_CK_SPRE_16BITS   0x00000004U
#define RTC_WAKEUPCLOCK_CK_SPRE_17BITS   0x00000006U

Define Documentation

#define RTC_WAKEUPCLOCK_CK_SPRE_16BITS   0x00000004U

Definition at line 260 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_WAKEUPCLOCK_CK_SPRE_17BITS   0x00000006U

Definition at line 261 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_WAKEUPCLOCK_RTCCLK_DIV16   0x00000000U

Definition at line 256 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_WAKEUPCLOCK_RTCCLK_DIV2   0x00000003U

Definition at line 259 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_WAKEUPCLOCK_RTCCLK_DIV4   0x00000002U

Definition at line 258 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_WAKEUPCLOCK_RTCCLK_DIV8   0x00000001U

Definition at line 257 of file stm32f4xx_hal_rtc_ex.h.