STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
RTCEx Tamper Pin Precharge Duration Definitions
Collaboration diagram for RTCEx Tamper Pin Precharge Duration Definitions:

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
 

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPERPRECHARGEDURATION_1RTCCLK

#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.

◆ RTC_TAMPERPRECHARGEDURATION_2RTCCLK

#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.

◆ RTC_TAMPERPRECHARGEDURATION_4RTCCLK

#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.

◆ RTC_TAMPERPRECHARGEDURATION_8RTCCLK

#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.

◆ RTC_TAMPERPRECHARGEDURATION_MASK

#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().