Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h292 #define RTC_WEEKDAY_FRIDAY ((uint8_t)0x05) macro
730 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \
738 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h281 #define RTC_WEEKDAY_FRIDAY ((uint8_t)0x05) macro
733 ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \
742 … ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \

Completed in 10 milliseconds