RTC_WDAY_MASK
#define RTC_WDAY_MASK (0x7 << RTC_WDAY_SHIFT) /* Day of Week [1-7] 1=Sunday */
#define RTC_WDAY_MASK 0x07 /* - - - - - x x x */