STM32H735xx HAL User Manual
Defines
RTC Tamper Pull Up Definitions
RTC Exported Constants

Defines

#define RTC_TAMPER_PULLUP_ENABLE   0x00000000u
#define RTC_TAMPER_PULLUP_DISABLE   RTC_TAMPCR_TAMPPUDIS
#define RTC_TAMPER_PULLUP_MASK   RTC_TAMPCR_TAMPPUDIS

Define Documentation

#define RTC_TAMPER_PULLUP_DISABLE   RTC_TAMPCR_TAMPPUDIS

TimeStamp on Tamper Detection event is not saved

Definition at line 633 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPER_PULLUP_ENABLE   0x00000000u

TimeStamp on Tamper Detection event saved

Definition at line 632 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPER_PULLUP_MASK   RTC_TAMPCR_TAMPPUDIS

Maskin all bits except bit TAMPPUDIS

Definition at line 634 of file stm32h7xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().