STM32L486xx HAL User Manual
Defines
RTC 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 204 of file stm32l4xx_hal_rtc_ex.h.

Definition at line 206 of file stm32l4xx_hal_rtc_ex.h.

Definition at line 205 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERTRIGGER_RISINGEDGE   ((uint32_t)0x00000000)

Definition at line 203 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().