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

Macros

#define RTC_OUTPUT_POLARITY_HIGH   ((uint32_t)0x00000000U)
 
#define RTC_OUTPUT_POLARITY_LOW   ((uint32_t)0x00100000U)
 

Detailed Description

Macro Definition Documentation

#define RTC_OUTPUT_POLARITY_HIGH   ((uint32_t)0x00000000U)

Definition at line 215 of file stm32f7xx_hal_rtc.h.

#define RTC_OUTPUT_POLARITY_LOW   ((uint32_t)0x00100000U)

Definition at line 216 of file stm32f7xx_hal_rtc.h.