STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768 0x00000000U |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384 RTC_TAFCR_TAMPFREQ_0 |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192 RTC_TAFCR_TAMPFREQ_1 |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096 (RTC_TAFCR_TAMPFREQ_0 | RTC_TAFCR_TAMPFREQ_1) |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048 RTC_TAFCR_TAMPFREQ_2 |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024 (RTC_TAFCR_TAMPFREQ_0 | RTC_TAFCR_TAMPFREQ_2) |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512 (RTC_TAFCR_TAMPFREQ_1 | RTC_TAFCR_TAMPFREQ_2) |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256 RTC_TAFCR_TAMPFREQ |
#define | RTC_TAMPERSAMPLINGFREQ_RTCCLK_MASK RTC_TAFCR_TAMPFREQ |
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768 0x00000000U |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 32768
Definition at line 192 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384 RTC_TAFCR_TAMPFREQ_0 |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 16384
Definition at line 194 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192 RTC_TAFCR_TAMPFREQ_1 |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 8192
Definition at line 196 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096 (RTC_TAFCR_TAMPFREQ_0 | RTC_TAFCR_TAMPFREQ_1) |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 4096
Definition at line 198 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048 RTC_TAFCR_TAMPFREQ_2 |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 2048
Definition at line 200 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024 (RTC_TAFCR_TAMPFREQ_0 | RTC_TAFCR_TAMPFREQ_2) |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 1024
Definition at line 202 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512 (RTC_TAFCR_TAMPFREQ_1 | RTC_TAFCR_TAMPFREQ_2) |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 512
Definition at line 204 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256 RTC_TAFCR_TAMPFREQ |
#include <stm32f4xx_hal_rtc_ex.h>
Each of the tamper inputs are sampled with a frequency = RTCCLK / 256
Definition at line 206 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_MASK RTC_TAFCR_TAMPFREQ |
#include <stm32f4xx_hal_rtc_ex.h>
Masking all bits except those of field TAMPFREQ
Definition at line 208 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().