STM32L443xx HAL User Manual
Defines
RTCEx Tamper TimeStamp On Tamper Detection Definitions
RTCEx Exported Constants

Defines

#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   0x00000000u
#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   RTC_TAMPCR_TAMPTS

Define Documentation

#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   0x00000000u

TimeStamp on Tamper Detection event is not saved

Definition at line 399 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   RTC_TAMPCR_TAMPTS

TimeStamp on Tamper Detection event saved

Definition at line 400 of file stm32l4xx_hal_rtc_ex.h.