STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
RTCEx Tamper Pull Up Definitions
Collaboration diagram for RTCEx Tamper Pull Up Definitions:

Macros

#define RTC_TAMPER_PULLUP_ENABLE   0x00000000U
#define RTC_TAMPER_PULLUP_DISABLE   RTC_TAFCR_TAMPPUDIS
#define RTC_TAMPER_PULLUP_MASK   RTC_TAFCR_TAMPPUDIS

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPER_PULLUP_DISABLE

#define RTC_TAMPER_PULLUP_DISABLE   RTC_TAFCR_TAMPPUDIS

Tamper pins are not pre-charged before sampling

Definition at line 235 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPER_PULLUP_ENABLE

#define RTC_TAMPER_PULLUP_ENABLE   0x00000000U

Tamper pins are pre-charged before sampling

Definition at line 234 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPER_PULLUP_MASK

#define RTC_TAMPER_PULLUP_MASK   RTC_TAFCR_TAMPPUDIS

Masking all bits except bit TAMPPUDIS

Definition at line 236 of file stm32f4xx_hal_rtc_ex.h.