CARME-M4 BSP
V1.5
|
Macros | |
#define | RTC_TamperSamplingFreq_RTCCLK_Div32768 ((uint32_t)0x00000000) |
#define | RTC_TamperSamplingFreq_RTCCLK_Div16384 ((uint32_t)0x000000100) |
#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 | IS_RTC_TAMPER_SAMPLING_FREQ(FREQ) |
#define IS_RTC_TAMPER_SAMPLING_FREQ | ( | FREQ | ) |
Definition at line 592 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div1024 ((uint32_t)0x00000500) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 1024
Definition at line 583 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div16384 ((uint32_t)0x000000100) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 16384
Definition at line 571 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div2048 ((uint32_t)0x00000400) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 2048
Definition at line 580 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div256 ((uint32_t)0x00000700) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 256
Definition at line 589 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div32768 ((uint32_t)0x00000000) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 32768
Definition at line 568 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div4096 ((uint32_t)0x00000300) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 4096
Definition at line 577 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div512 ((uint32_t)0x00000600) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 512
Definition at line 586 of file stm32f4xx_rtc.h.
#define RTC_TamperSamplingFreq_RTCCLK_Div8192 ((uint32_t)0x00000200) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 8192
Definition at line 574 of file stm32f4xx_rtc.h.