STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
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_ENABLE

#define RTC_TAMPER_PULLUP_ENABLE   0x00000000U

#include <stm32f4xx_hal_rtc_ex.h>

Tamper pins are pre-charged before sampling

Definition at line 234 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPER_PULLUP_DISABLE

#define RTC_TAMPER_PULLUP_DISABLE   RTC_TAFCR_TAMPPUDIS

#include <stm32f4xx_hal_rtc_ex.h>

Tamper pins are not pre-charged before sampling

Definition at line 235 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPER_PULLUP_MASK

#define RTC_TAMPER_PULLUP_MASK   RTC_TAFCR_TAMPPUDIS

#include <stm32f4xx_hal_rtc_ex.h>

Masking all bits except bit TAMPPUDIS

Definition at line 236 of file stm32f4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().