STM32F103xB HAL User Manual
|
RTC Tamper structure definition. More...
#include <stm32f1xx_hal_rtc_ex.h>
Data Fields | |
uint32_t | Tamper |
uint32_t | Trigger |
RTC Tamper structure definition.
Definition at line 82 of file stm32f1xx_hal_rtc_ex.h.
uint32_t RTC_TamperTypeDef::Tamper |
Specifies the Tamper Pin. This parameter can be a value of Tamper Pins Definitions
Definition at line 84 of file stm32f1xx_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 Tamper Trigger Definitions
Definition at line 87 of file stm32f1xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().