STM CMSIS
RTC Tamper Sampling Frequencies Definitions

Macros

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

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   ((uint32_t)0x00000500U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   ((uint32_t)0x00000100U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   ((uint32_t)0x00000400U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   ((uint32_t)0x00000700U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   ((uint32_t)0x00000000U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   ((uint32_t)0x00000300U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   ((uint32_t)0x00000600U)

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

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   ((uint32_t)0x00000200U)

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