19.2.32.3 RTC_TamperFilterConfig
void RTC_TamperFilterConfig ( uint32_t RTC_TamperFilter)
Configures the Tampers Filter.
ï‚· RTC_TamperFilter : Specifies the tampers filter. This
parameter can be one of the following values:
ï€ RTC_TamperFilter_Disable : Tamper filter is disabled.
ï€ RTC_TamperFilter_2Sample : Tamper is activated
after 2 consecutive samples at the active level
ï€ RTC_TamperFilter_4Sample : Tamper is activated
after 4 consecutive samples at the active level
ï€ RTC_TamperFilter_8Sample : Tamper is activated
after 8 consecutive samples at the active level
19.2.32.4 RTC_TamperSamplingFreqConfig
void RTC_TamperSamplingFreqConfig ( uint32_t
RTC_TamperSamplingFreq)
Configures the Tampers Sampling Frequency.
ï‚· RTC_TamperSamplingFreq : Specifies the tampers
Sampling Frequency. This parameter can be one of the
following values:
ï€ RTC_TamperSamplingFreq_RTCCLK_Div32768 :
Each of the tamper inputs are sampled with a frequency
= RTCCLK / 32768
ï€ RTC_TamperSamplingFreq_RTCCLK_Div16384 :
Each of the tamper inputs are sampled with a frequency
= RTCCLK / 16384
ï€ RTC_TamperSamplingFreq_RTCCLK_Div8192 :
Each of the tamper inputs are sampled with a frequency
= RTCCLK / 8192
ï€ RTC_TamperSamplingFreq_RTCCLK_Div4096 :
Each of the tamper inputs are sampled with a frequency
= RTCCLK / 4096
ï€ RTC_TamperSamplingFreq_RTCCLK_Div2048 :
Each of the tamper inputs are sampled with a frequency
= RTCCLK / 2048
ï€ RTC_TamperSamplingFreq_RTCCLK_Div1024 :
Each of the tamper inputs are sampled with a frequency
= RTCCLK / 1024