STM CMSIS
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