STM32H735xx HAL User Manual
Defines
RTC Tamper Interrupts Definitions
RTC Exported Constants

Defines

#define RTC_IT_TAMP1   RTC_TAMPCR_TAMP1IE
#define RTC_IT_TAMP2   RTC_TAMPCR_TAMP2IE
#define RTC_IT_TAMP3   RTC_TAMPCR_TAMP3IE
#define RTC_IT_TAMP   RTC_TAMPCR_TAMPIE
#define RTC_IT_TAMPALL   RTC_IT_TAMP

Define Documentation

#define RTC_IT_TAMP   RTC_TAMPCR_TAMPIE

Enable all Tamper Interrupts

Definition at line 314 of file stm32h7xx_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 304 of file stm32h7xx_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 307 of file stm32h7xx_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 310 of file stm32h7xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_DeactivateTamper(), and HAL_RTCEx_TamperTimeStampIRQHandler().

Definition at line 315 of file stm32h7xx_hal_rtc_ex.h.