STM32L443xx HAL User Manual
Defines
RTCEx Tamper Triggers Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPERTRIGGER_RISINGEDGE   ((uint32_t)0x00000000)
#define RTC_TAMPERTRIGGER_FALLINGEDGE   ((uint32_t)0x00000002)
#define RTC_TAMPERTRIGGER_LOWLEVEL   RTC_TAMPERTRIGGER_RISINGEDGE
#define RTC_TAMPERTRIGGER_HIGHLEVEL   RTC_TAMPERTRIGGER_FALLINGEDGE

Define Documentation

#define RTC_TAMPERTRIGGER_FALLINGEDGE   ((uint32_t)0x00000002)

Definition at line 238 of file stm32l4xx_hal_rtc_ex.h.

Definition at line 240 of file stm32l4xx_hal_rtc_ex.h.

Definition at line 239 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERTRIGGER_RISINGEDGE   ((uint32_t)0x00000000)

Definition at line 237 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().