STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RTC Interrupts Definitions

Macros

#define RTC_IT_TS   ((uint32_t)RTC_CR_TSIE)
 
#define RTC_IT_WUT   ((uint32_t)RTC_CR_WUTIE)
 
#define RTC_IT_ALRA   ((uint32_t)RTC_CR_ALRAIE)
 
#define RTC_IT_ALRB   ((uint32_t)RTC_CR_ALRBIE)
 
#define RTC_IT_TAMP   ((uint32_t)RTC_TAMPCR_TAMPIE) /* Used only to Enable the Tamper Interrupt */
 
#define RTC_IT_TAMP1   ((uint32_t)RTC_TAMPCR_TAMP1IE)
 
#define RTC_IT_TAMP2   ((uint32_t)RTC_TAMPCR_TAMP2IE)
 
#define RTC_IT_TAMP3   ((uint32_t)RTC_TAMPCR_TAMP3IE)
 

Detailed Description

Macro Definition Documentation

#define RTC_IT_ALRA   ((uint32_t)RTC_CR_ALRAIE)

Definition at line 394 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_ALRB   ((uint32_t)RTC_CR_ALRBIE)

Definition at line 395 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_TAMP   ((uint32_t)RTC_TAMPCR_TAMPIE) /* Used only to Enable the Tamper Interrupt */

Definition at line 396 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_TAMP1   ((uint32_t)RTC_TAMPCR_TAMP1IE)

Definition at line 397 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_TAMP2   ((uint32_t)RTC_TAMPCR_TAMP2IE)

Definition at line 398 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_TAMP3   ((uint32_t)RTC_TAMPCR_TAMP3IE)

Definition at line 399 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_TS   ((uint32_t)RTC_CR_TSIE)

Definition at line 392 of file stm32f7xx_hal_rtc.h.

#define RTC_IT_WUT   ((uint32_t)RTC_CR_WUTIE)

Definition at line 393 of file stm32f7xx_hal_rtc.h.