STM32H735xx HAL User Manual
|
Defines | |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_32768 0x00000000U |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_16384 RTC_TAMPCR_TAMPFREQ_0 |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_8192 RTC_TAMPCR_TAMPFREQ_1 |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_4096 (RTC_TAMPCR_TAMPFREQ_1 | RTC_TAMPCR_TAMPFREQ_0) |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_2048 RTC_TAMPCR_TAMPFREQ_2 |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_1024 (RTC_TAMPCR_TAMPFREQ_2 | RTC_TAMPCR_TAMPFREQ_0) |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_512 (RTC_TAMPCR_TAMPFREQ_2 | RTC_TAMPCR_TAMPFREQ_1) |
#define | LL_RTC_TAMPER_SAMPLFREQDIV_256 RTC_TAMPCR_TAMPFREQ |
#define LL_RTC_TAMPER_SAMPLFREQDIV_1024 (RTC_TAMPCR_TAMPFREQ_2 | RTC_TAMPCR_TAMPFREQ_0) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 1024
Definition at line 648 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_16384 RTC_TAMPCR_TAMPFREQ_0 |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 16384
Definition at line 644 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_2048 RTC_TAMPCR_TAMPFREQ_2 |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 2048
Definition at line 647 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_256 RTC_TAMPCR_TAMPFREQ |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 256
Definition at line 650 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_32768 0x00000000U |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 32768
Definition at line 643 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_4096 (RTC_TAMPCR_TAMPFREQ_1 | RTC_TAMPCR_TAMPFREQ_0) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 4096
Definition at line 646 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_512 (RTC_TAMPCR_TAMPFREQ_2 | RTC_TAMPCR_TAMPFREQ_1) |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 512
Definition at line 649 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_TAMPER_SAMPLFREQDIV_8192 RTC_TAMPCR_TAMPFREQ_1 |
Each of the tamper inputs are sampled with a frequency = RTCCLK / 8192
Definition at line 645 of file stm32h7xx_ll_rtc.h.