STM32L486xx HAL User Manual
Defines
RTC Tamper EraseBackUp Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPER_ERASE_BACKUP_ENABLE   ((uint32_t)0x00000000)
#define RTC_TAMPER_ERASE_BACKUP_DISABLE   ((uint32_t)0x00020000)

Define Documentation

#define RTC_TAMPER_ERASE_BACKUP_DISABLE   ((uint32_t)0x00020000)

Definition at line 215 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER_ERASE_BACKUP_ENABLE   ((uint32_t)0x00000000)

Definition at line 214 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().