STM32F439xx HAL User Manual
Defines
RTC Tamper Sampling Frequencies Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   0x00000000U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   0x00000100U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   0x00000200U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   0x00000300U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   0x00000400U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   0x00000500U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   0x00000600U
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   0x00000700U

Define Documentation

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   0x00000500U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 1024

Definition at line 210 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   0x00000100U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 16384

Definition at line 202 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   0x00000400U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 2048

Definition at line 208 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   0x00000700U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 256

Definition at line 214 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   0x00000000U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 32768

Definition at line 200 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   0x00000300U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 4096

Definition at line 206 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   0x00000600U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 512

Definition at line 212 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   0x00000200U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 8192

Definition at line 204 of file stm32f4xx_hal_rtc_ex.h.