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

Defines

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   ((uint32_t)0x00000000)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   ((uint32_t)0x00000100)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   ((uint32_t)0x00000200)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   ((uint32_t)0x00000300)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   ((uint32_t)0x00000400)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   ((uint32_t)0x00000500)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   ((uint32_t)0x00000600)
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   ((uint32_t)0x00000700)

Define Documentation

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   ((uint32_t)0x00000500)

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

Definition at line 257 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   ((uint32_t)0x00000100)

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

Definition at line 249 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   ((uint32_t)0x00000400)

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

Definition at line 255 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   ((uint32_t)0x00000700)

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

Definition at line 261 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   ((uint32_t)0x00000000)

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

Definition at line 247 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   ((uint32_t)0x00000300)

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

Definition at line 253 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   ((uint32_t)0x00000600)

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

Definition at line 259 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   ((uint32_t)0x00000200)

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

Definition at line 251 of file stm32l4xx_hal_rtc_ex.h.