Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h291 #define RTC_WEEKDAY_THURSDAY ((uint8_t)0x04) macro
729 ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || \
737 ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h280 #define RTC_WEEKDAY_THURSDAY ((uint8_t)0x04) macro
732 ((__WEEKDAY__) == RTC_WEEKDAY_THURSDAY) || \
741 … ((__WEEKDAY__) == RTC_WEEKDAY_THURSDAY) || \

Completed in 7 milliseconds