Searched refs:SOC_RTC_SET_TIME_WEEK_DAY_LSB (Results 1 – 1 of 1) sorted by relevance
646 #define SOC_RTC_SET_TIME_WEEK_DAY_LSB 24 macro648 …E_WEEK_DAY_GET(x) (((x) & SOC_RTC_SET_TIME_WEEK_DAY_MASK) >> SOC_RTC_SET_TIME_WEEK_DAY_LSB)649 #define SOC_RTC_SET_TIME_WEEK_DAY_SET(x) (((x) << SOC_RTC_SET_TIME_WEEK_DAY_LSB) & SOC_RTC_…