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

Macros

#define RTC_DAYLIGHTSAVING_SUB1H   ((uint32_t)0x00020000U)
 
#define RTC_DAYLIGHTSAVING_ADD1H   ((uint32_t)0x00010000U)
 
#define RTC_DAYLIGHTSAVING_NONE   ((uint32_t)0x00000000U)
 

Detailed Description

Macro Definition Documentation

#define RTC_DAYLIGHTSAVING_ADD1H   ((uint32_t)0x00010000U)

Definition at line 243 of file stm32f7xx_hal_rtc.h.

#define RTC_DAYLIGHTSAVING_NONE   ((uint32_t)0x00000000U)

Definition at line 244 of file stm32f7xx_hal_rtc.h.

#define RTC_DAYLIGHTSAVING_SUB1H   ((uint32_t)0x00020000U)

Definition at line 242 of file stm32f7xx_hal_rtc.h.