STM32F103xB HAL User Manual
Defines
Tamper Trigger Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPERTRIGGER_LOWLEVEL   BKP_CR_TPAL
#define RTC_TAMPERTRIGGER_HIGHLEVEL   0x00000000U

Define Documentation

#define RTC_TAMPERTRIGGER_HIGHLEVEL   0x00000000U

A low level on the TAMPER pin resets all data backup registers (if TPE bit is set)

Definition at line 114 of file stm32f1xx_hal_rtc_ex.h.

#define RTC_TAMPERTRIGGER_LOWLEVEL   BKP_CR_TPAL

A high level on the TAMPER pin resets all data backup registers (if TPE bit is set)

Definition at line 113 of file stm32f1xx_hal_rtc_ex.h.