|
STM32L443xx HAL User Manual
|
RTC Extended HAL module driver. More...
Modules | |
| RTCEx Exported Types | |
| RTCEx Exported Constants | |
| RTCEx Exported Functions | |
Variables | |
| uint32_t | RTC_TamperTypeDef::Tamper |
| uint32_t | RTC_TamperTypeDef::Interrupt |
| uint32_t | RTC_TamperTypeDef::Trigger |
| uint32_t | RTC_TamperTypeDef::NoErase |
| uint32_t | RTC_TamperTypeDef::MaskFlag |
| uint32_t | RTC_TamperTypeDef::Filter |
| uint32_t | RTC_TamperTypeDef::SamplingFrequency |
| uint32_t | RTC_TamperTypeDef::PrechargeDuration |
| uint32_t | RTC_TamperTypeDef::TamperPullUp |
| uint32_t | RTC_TamperTypeDef::TimeStampOnTamperDetection |
RTC Extended HAL module driver.
| uint32_t RTC_TamperTypeDef::Filter |
Specifies the TAMP Filter Tamper. This parameter can be a value of RTCEx Tamper Filter Definitions
Definition at line 63 of file stm32l4xx_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 51 of file stm32l4xx_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 RTCEx Tamper Mask Flag Definitions
Definition at line 60 of file stm32l4xx_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 RTCEx Tamper EraseBackUp Definitions
Definition at line 57 of file stm32l4xx_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 RTCEx Tamper Pin Precharge Duration Definitions
Definition at line 69 of file stm32l4xx_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 RTCEx Tamper Sampling Frequencies Definitions
Definition at line 66 of file stm32l4xx_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 RTCEx Tamper Pins Definitions
Definition at line 48 of file stm32l4xx_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 RTCEx Tamper Pull Up Definitions
Definition at line 72 of file stm32l4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
Specifies the TimeStampOnTamperDetection. This parameter can be a value of RTCEx Tamper TimeStamp On Tamper Detection Definitions
Definition at line 75 of file stm32l4xx_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 RTCEx Tamper Triggers Definitions
Definition at line 54 of file stm32l4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
1.7.6.1