STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RTCEx Tamper TimeStampOnTamperDetection Definitions

Macros

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

Detailed Description

Macro Definition Documentation

#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   ((uint32_t)0x00000000U)

TimeStamp on Tamper Detection event is not saved

Definition at line 297 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   ((uint32_t)RTC_TAMPCR_TAMPTS)

TimeStamp on Tamper Detection event saved

Definition at line 296 of file stm32f7xx_hal_rtc_ex.h.