STM32F103xB HAL User Manual
Defines
Tamper Active Level
RTC Exported Constants

Defines

#define LL_RTC_TAMPER_ACTIVELEVEL_LOW   BKP_CR_TPAL
#define LL_RTC_TAMPER_ACTIVELEVEL_HIGH   (0x00000000U)

Define Documentation

#define LL_RTC_TAMPER_ACTIVELEVEL_HIGH   (0x00000000U)

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

Definition at line 184 of file stm32f1xx_ll_rtc.h.

#define LL_RTC_TAMPER_ACTIVELEVEL_LOW   BKP_CR_TPAL

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

Definition at line 183 of file stm32f1xx_ll_rtc.h.