STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RTCEx Tamper Interrupt Definitions

Macros

#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
 

Detailed Description

Macro Definition Documentation

#define RTC_ALL_TAMPER_INTERRUPT   RTC_TAMPCR_TAMPIE

Definition at line 181 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TAMPER1_INTERRUPT   RTC_TAMPCR_TAMP1IE

Definition at line 178 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TAMPER2_INTERRUPT   RTC_TAMPCR_TAMP2IE

Definition at line 179 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TAMPER3_INTERRUPT   RTC_TAMPCR_TAMP3IE

Definition at line 180 of file stm32f7xx_hal_rtc_ex.h.