STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define RTC_FLAG_RECALPF   ((uint32_t)RTC_ISR_RECALPF)
 
#define RTC_FLAG_TAMP3F   ((uint32_t)RTC_ISR_TAMP3F)
 
#define RTC_FLAG_TAMP2F   ((uint32_t)RTC_ISR_TAMP2F)
 
#define RTC_FLAG_TAMP1F   ((uint32_t)RTC_ISR_TAMP1F)
 
#define RTC_FLAG_TSOVF   ((uint32_t)RTC_ISR_TSOVF)
 
#define RTC_FLAG_TSF   ((uint32_t)RTC_ISR_TSF)
 
#define RTC_FLAG_ITSF   ((uint32_t)RTC_ISR_ITSF)
 
#define RTC_FLAG_WUTF   ((uint32_t)RTC_ISR_WUTF)
 
#define RTC_FLAG_ALRBF   ((uint32_t)RTC_ISR_ALRBF)
 
#define RTC_FLAG_ALRAF   ((uint32_t)RTC_ISR_ALRAF)
 
#define RTC_FLAG_INITF   ((uint32_t)RTC_ISR_INITF)
 
#define RTC_FLAG_RSF   ((uint32_t)RTC_ISR_RSF)
 
#define RTC_FLAG_INITS   ((uint32_t)RTC_ISR_INITS)
 
#define RTC_FLAG_SHPF   ((uint32_t)RTC_ISR_SHPF)
 
#define RTC_FLAG_WUTWF   ((uint32_t)RTC_ISR_WUTWF)
 
#define RTC_FLAG_ALRBWF   ((uint32_t)RTC_ISR_ALRBWF)
 
#define RTC_FLAG_ALRAWF   ((uint32_t)RTC_ISR_ALRAWF)
 

Detailed Description

Macro Definition Documentation

#define RTC_FLAG_ALRAF   ((uint32_t)RTC_ISR_ALRAF)

Definition at line 416 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_ALRAWF   ((uint32_t)RTC_ISR_ALRAWF)

Definition at line 423 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_ALRBF   ((uint32_t)RTC_ISR_ALRBF)

Definition at line 415 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_ALRBWF   ((uint32_t)RTC_ISR_ALRBWF)

Definition at line 422 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_INITF   ((uint32_t)RTC_ISR_INITF)

Definition at line 417 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_INITS   ((uint32_t)RTC_ISR_INITS)

Definition at line 419 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_ITSF   ((uint32_t)RTC_ISR_ITSF)

Definition at line 413 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_RECALPF   ((uint32_t)RTC_ISR_RECALPF)

Definition at line 407 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_RSF   ((uint32_t)RTC_ISR_RSF)

Definition at line 418 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_SHPF   ((uint32_t)RTC_ISR_SHPF)

Definition at line 420 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_TAMP1F   ((uint32_t)RTC_ISR_TAMP1F)

Definition at line 410 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_TAMP2F   ((uint32_t)RTC_ISR_TAMP2F)

Definition at line 409 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_TAMP3F   ((uint32_t)RTC_ISR_TAMP3F)

Definition at line 408 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_TSF   ((uint32_t)RTC_ISR_TSF)

Definition at line 412 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_TSOVF   ((uint32_t)RTC_ISR_TSOVF)

Definition at line 411 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_WUTF   ((uint32_t)RTC_ISR_WUTF)

Definition at line 414 of file stm32f7xx_hal_rtc.h.

#define RTC_FLAG_WUTWF   ((uint32_t)RTC_ISR_WUTWF)

Definition at line 421 of file stm32f7xx_hal_rtc.h.