Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc.h295 #define IS_RTC_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument
296 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \
297 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \
298 ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || \
299 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \
300 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \
301 ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
310 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument
311 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \
312 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h813 #define IS_RTC_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument
814 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \
815 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \
816 ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || \
817 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \
818 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \
819 ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
823 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument
824 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \
825 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h994 #define IS_RTC_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument
995 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \
996 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \
997 ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || \
998 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \
999 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \
1000 ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
1004 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument
1005 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \
1006 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \
[all …]