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

Defines

#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   ((uint32_t)RTC_TAFCR_TAMPTS)
#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   0x00000000U

Define Documentation

#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   0x00000000U

TimeStamp on Tamper Detection event is not saved

Definition at line 223 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   ((uint32_t)RTC_TAFCR_TAMPTS)

TimeStamp on Tamper Detection event saved

Definition at line 222 of file stm32f4xx_hal_rtc_ex.h.