RTC Tamper structure definition
More...
#include <stm32f4xx_hal_rtc_ex.h>
Public Attributes | |
uint32_t | Filter |
uint32_t | Interrupt |
uint32_t | MaskFlag |
uint32_t | NoErase |
uint32_t | PinSelection |
uint32_t | PrechargeDuration |
uint32_t | SamplingFrequency |
uint32_t | Tamper |
uint32_t | TamperPullUp |
uint32_t | TimeStampOnTamperDetection |
uint32_t | Trigger |
RTC Tamper structure definition
Definition at line 47 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::Filter |
Specifies the RTC Filter Tamper. This parameter can be a value of RTC Tamper Filter Definitions
Definition at line 58 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::Interrupt |
Specifies the Tamper Interrupt. This parameter can be a value of RTCEx Tamper Interrupt Definitions
Definition at line 52 of file stm32f7xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::MaskFlag |
Specifies the Tamper Flag masking. This parameter can be a value of RTCEx Tamper MaskFlag Definitions
Definition at line 61 of file stm32f7xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::NoErase |
Specifies the Tamper no erase mode. This parameter can be a value of RTCEx Tamper EraseBackUp Definitions
Definition at line 58 of file stm32f7xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::PinSelection |
Specifies the Tamper Pin. This parameter can be a value of RTC tamper Pins Selection
Definition at line 52 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::PrechargeDuration |
Specifies the Precharge Duration . This parameter can be a value of RTC Tamper Pin Precharge Duration Definitions
Definition at line 64 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::SamplingFrequency |
Specifies the sampling frequency. This parameter can be a value of RTC Tamper Sampling Frequencies Definitions
Definition at line 61 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::Tamper |
Specifies the Tamper Pin. This parameter can be a value of RTC Tamper Pins Definitions
Definition at line 49 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::TamperPullUp |
Specifies the Tamper PullUp . This parameter can be a value of RTC Tamper Pull Up Definitions
Definition at line 67 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::TimeStampOnTamperDetection |
Specifies the TimeStampOnTamperDetection. This parameter can be a value of RTC Tamper TimeStamp On Tamper Detection Definitions
Definition at line 70 of file stm32f4xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::Trigger |
Specifies the Tamper Trigger. This parameter can be a value of RTC Tamper Triggers Definitions
Definition at line 55 of file stm32f4xx_hal_rtc_ex.h.