STM32L486xx HAL User Manual
Defines
RTC Tamper Interrupts Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPER1_INTERRUPT   RTC_TAMPCR_TAMP1IE
#define RTC_TAMPER2_INTERRUPT   RTC_TAMPCR_TAMP2IE
#define RTC_TAMPER3_INTERRUPT   RTC_TAMPCR_TAMP3IE
#define RTC_ALL_TAMPER_INTERRUPT   RTC_TAMPCR_TAMPIE

Define Documentation

#define RTC_ALL_TAMPER_INTERRUPT   RTC_TAMPCR_TAMPIE

Definition at line 195 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER1_INTERRUPT   RTC_TAMPCR_TAMP1IE

Definition at line 189 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER2_INTERRUPT   RTC_TAMPCR_TAMP2IE

Definition at line 191 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER3_INTERRUPT   RTC_TAMPCR_TAMP3IE

Definition at line 193 of file stm32l4xx_hal_rtc_ex.h.