Home
last modified time | relevance | path

Searched refs:RTC_DAYLIGHTSAVING_SUB1H (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h240 #define RTC_DAYLIGHTSAVING_SUB1H 0x00020000U macro
717 #define IS_RTC_DAYLIGHT_SAVING(SAVE) (((SAVE) == RTC_DAYLIGHTSAVING_SUB1H) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h229 #define RTC_DAYLIGHTSAVING_SUB1H ((uint32_t)0x00020000) macro
720 #define IS_RTC_DAYLIGHT_SAVING(__SAVE__) (((__SAVE__) == RTC_DAYLIGHTSAVING_SUB1H) || \

Completed in 6 milliseconds