STM32H735xx HAL User Manual
|
#include <stm32h7xx_hal_rtc_ex.h>
Data Fields | |
uint32_t | Tamper |
uint32_t | Interrupt |
uint32_t | Trigger |
uint32_t | NoErase |
uint32_t | MaskFlag |
uint32_t | Filter |
uint32_t | SamplingFrequency |
uint32_t | PrechargeDuration |
uint32_t | TamperPullUp |
uint32_t | TimeStampOnTamperDetection |
Definition at line 47 of file stm32h7xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::Filter |
Specifies the TAMP Filter Tamper. This parameter can be a value of RTC Tamper Filter Definitions
Definition at line 64 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
uint32_t RTC_TamperTypeDef::Interrupt |
Specifies the Tamper Interrupt. This parameter can be a value of RTC Tamper Interrupts Definitions
Definition at line 52 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper_IT().
uint32_t RTC_TamperTypeDef::MaskFlag |
Specifies the Tamper Flag masking. This parameter can be a value of RTC Tamper Mask Flag Definitions
Definition at line 61 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
uint32_t RTC_TamperTypeDef::NoErase |
Specifies the Tamper no erase mode. This parameter can be a value of RTC Tamper EraseBackUp Definitions
Definition at line 58 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
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 70 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
uint32_t RTC_TamperTypeDef::SamplingFrequency |
Specifies the sampling frequency. This parameter can be a value of RTC Tamper Sampling Frequencies Definitions
Definition at line 67 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
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 stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
uint32_t RTC_TamperTypeDef::TamperPullUp |
Specifies the Tamper PullUp . This parameter can be a value of RTC Tamper Pull Up Definitions
Definition at line 73 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
Specifies the TimeStampOnTamperDetection. This parameter can be a value of RTC Tamper TimeStamp On Tamper Detection Definitions
Definition at line 76 of file stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
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 stm32h7xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().