Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h729 #define IS_RTC_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_WEEKDAY_MONDAY) || \ argument
730 ((__WEEKDAY__) == RTC_WEEKDAY_TUESDAY) || \
731 ((__WEEKDAY__) == RTC_WEEKDAY_WEDNESDAY) || \
732 ((__WEEKDAY__) == RTC_WEEKDAY_THURSDAY) || \
733 ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \
734 ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \
735 ((__WEEKDAY__) == RTC_WEEKDAY_SUNDAY))
738 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_WEEKDAY_MONDAY) ||… argument
739 … ((__WEEKDAY__) == RTC_WEEKDAY_TUESDAY) || \
740 … ((__WEEKDAY__) == RTC_WEEKDAY_WEDNESDAY) || \
[all …]

Completed in 4 milliseconds