Home
last modified time | relevance | path

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

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h549 #define IS_RTC_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_WEEKDAY_MONDAY) || \ argument
550 ((__WEEKDAY__) == RTC_WEEKDAY_TUESDAY) || \
551 ((__WEEKDAY__) == RTC_WEEKDAY_WEDNESDAY) || \
552 ((__WEEKDAY__) == RTC_WEEKDAY_THURSDAY) || \
553 ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \
554 ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \
555 ((__WEEKDAY__) == RTC_WEEKDAY_SUNDAY))
579 #define IS_RTC_ALARM_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_ALARM_WEEK_SUNDAY) || \ argument
580 ((__WEEKDAY__) == RTC_ALARM_WEEK_MONDAY) || \
581 ((__WEEKDAY__) == RTC_ALARM_WEEK_TUESDAY) || \
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h551 #define IS_RTC_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_WEEKDAY_MONDAY) || \ argument
552 ((__WEEKDAY__) == RTC_WEEKDAY_TUESDAY) || \
553 ((__WEEKDAY__) == RTC_WEEKDAY_WEDNESDAY) || \
554 ((__WEEKDAY__) == RTC_WEEKDAY_THURSDAY) || \
555 ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \
556 ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \
557 ((__WEEKDAY__) == RTC_WEEKDAY_SUNDAY))
581 #define IS_RTC_ALARM_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_ALARM_WEEK_SUNDAY) || \ argument
582 ((__WEEKDAY__) == RTC_ALARM_WEEK_MONDAY) || \
583 ((__WEEKDAY__) == RTC_ALARM_WEEK_TUESDAY) || \
[all …]
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h97 #define IS_RTC_TIME_WEEKDAY(__WEEKDAY__) ((__WEEKDAY__) < 0x7U) argument
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h124 #define IS_RTC_TIME_WEEKDAY(__WEEKDAY__) ((__WEEKDAY__) < 0x7U) argument

Completed in 12 milliseconds