STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | RTC_TAMPERPRECHARGEDURATION_1RTCCLK 0x00000000U |
#define | RTC_TAMPERPRECHARGEDURATION_2RTCCLK RTC_TAFCR_TAMPPRCH_0 |
#define | RTC_TAMPERPRECHARGEDURATION_4RTCCLK RTC_TAFCR_TAMPPRCH_1 |
#define | RTC_TAMPERPRECHARGEDURATION_8RTCCLK RTC_TAFCR_TAMPPRCH |
#define | RTC_TAMPERPRECHARGEDURATION_MASK RTC_TAFCR_TAMPPRCH |
#define RTC_TAMPERPRECHARGEDURATION_1RTCCLK 0x00000000U |
#include <stm32f4xx_hal_rtc_ex.h>
Tamper pins are pre-charged before sampling during 1 RTCCLK cycle
Definition at line 217 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERPRECHARGEDURATION_2RTCCLK RTC_TAFCR_TAMPPRCH_0 |
#include <stm32f4xx_hal_rtc_ex.h>
Tamper pins are pre-charged before sampling during 2 RTCCLK cycles
Definition at line 219 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERPRECHARGEDURATION_4RTCCLK RTC_TAFCR_TAMPPRCH_1 |
#include <stm32f4xx_hal_rtc_ex.h>
Tamper pins are pre-charged before sampling during 4 RTCCLK cycles
Definition at line 221 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERPRECHARGEDURATION_8RTCCLK RTC_TAFCR_TAMPPRCH |
#include <stm32f4xx_hal_rtc_ex.h>
Tamper pins are pre-charged before sampling during 8 RTCCLK cycles
Definition at line 223 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERPRECHARGEDURATION_MASK RTC_TAFCR_TAMPPRCH |
#include <stm32f4xx_hal_rtc_ex.h>
Masking all bits except those of field TAMPPRCH
Definition at line 225 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().