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

Defines

#define RTC_IT_TAMP   RTC_TAMPCR_TAMPIE
#define RTC_IT_TAMP1   RTC_TAMPCR_TAMP1IE
#define RTC_IT_TAMP2   RTC_TAMPCR_TAMP2IE
#define RTC_IT_TAMP3   RTC_TAMPCR_TAMP3IE
#define RTC_IT_TAMPALL   RTC_IT_TAMP
#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 530 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_IT_TAMP   RTC_TAMPCR_TAMPIE

Enable all Tamper Interrupt

Definition at line 420 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TAMP1   RTC_TAMPCR_TAMP1IE

Enable Tamper 1 Interrupt

Definition at line 421 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TAMP2   RTC_TAMPCR_TAMP2IE

Enable Tamper 2 Interrupt

Definition at line 422 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

#define RTC_IT_TAMP3   RTC_TAMPCR_TAMP3IE

Enable Tamper 3 Interrupt

Definition at line 423 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

Definition at line 425 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER1_INTERRUPT   RTC_TAMPCR_TAMP1IE

Definition at line 524 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER2_INTERRUPT   RTC_TAMPCR_TAMP2IE

Definition at line 526 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPER3_INTERRUPT   RTC_TAMPCR_TAMP3IE

Definition at line 528 of file stm32l4xx_hal_rtc_ex.h.