Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h293 #define RTC_WEEKDAY_SATURDAY ((uint8_t)0x06) macro
731 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \
739 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h282 #define RTC_WEEKDAY_SATURDAY ((uint8_t)0x06) macro
734 ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \
743 … ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \

Completed in 21 milliseconds