STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
RTCEx Tamper TimeStamp On Tamper Detection Definitions
Collaboration diagram for RTCEx Tamper TimeStamp On Tamper Detection Definitions:

Macros

#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   RTC_TAFCR_TAMPTS
 
#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   0x00000000U
 
#define RTC_TIMESTAMPONTAMPERDETECTION_MASK   RTC_TAFCR_TAMPTS
 

Detailed Description

Macro Definition Documentation

◆ RTC_TIMESTAMPONTAMPERDETECTION_ENABLE

#define RTC_TIMESTAMPONTAMPERDETECTION_ENABLE   RTC_TAFCR_TAMPTS

#include <stm32f4xx_hal_rtc_ex.h>

TimeStamp on Tamper Detection event saved

Definition at line 244 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TIMESTAMPONTAMPERDETECTION_DISABLE

#define RTC_TIMESTAMPONTAMPERDETECTION_DISABLE   0x00000000U

#include <stm32f4xx_hal_rtc_ex.h>

TimeStamp on Tamper Detection event is not saved

Definition at line 245 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TIMESTAMPONTAMPERDETECTION_MASK

#define RTC_TIMESTAMPONTAMPERDETECTION_MASK   RTC_TAFCR_TAMPTS

#include <stm32f4xx_hal_rtc_ex.h>

Masking all bits except bit TAMPTS

Definition at line 246 of file stm32f4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().