STM32L486xx HAL User Manual
Defines
RTC DayLight Saving Definitions
RTC Exported Constants

Defines

#define RTC_DAYLIGHTSAVING_SUB1H   ((uint32_t)0x00020000)
#define RTC_DAYLIGHTSAVING_ADD1H   ((uint32_t)0x00010000)
#define RTC_DAYLIGHTSAVING_NONE   ((uint32_t)0x00000000)

Define Documentation

#define RTC_DAYLIGHTSAVING_ADD1H   ((uint32_t)0x00010000)

Definition at line 303 of file stm32l4xx_hal_rtc.h.

#define RTC_DAYLIGHTSAVING_NONE   ((uint32_t)0x00000000)

Definition at line 304 of file stm32l4xx_hal_rtc.h.

#define RTC_DAYLIGHTSAVING_SUB1H   ((uint32_t)0x00020000)

Definition at line 302 of file stm32l4xx_hal_rtc.h.