STM32F439xx HAL User Manual
Defines
RTC Tamper Triggers Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPERTRIGGER_RISINGEDGE   0x00000000U
#define RTC_TAMPERTRIGGER_FALLINGEDGE   0x00000002U
#define RTC_TAMPERTRIGGER_LOWLEVEL   RTC_TAMPERTRIGGER_RISINGEDGE
#define RTC_TAMPERTRIGGER_HIGHLEVEL   RTC_TAMPERTRIGGER_FALLINGEDGE

Define Documentation

#define RTC_TAMPERTRIGGER_FALLINGEDGE   0x00000002U

Definition at line 175 of file stm32f4xx_hal_rtc_ex.h.

Definition at line 177 of file stm32f4xx_hal_rtc_ex.h.

Definition at line 176 of file stm32f4xx_hal_rtc_ex.h.

#define RTC_TAMPERTRIGGER_RISINGEDGE   0x00000000U

Definition at line 174 of file stm32f4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().