Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h647 #define SOC_RTC_SET_TIME_WEEK_DAY_MASK 0x07000000 macro
648 #define SOC_RTC_SET_TIME_WEEK_DAY_GET(x) (((x) & SOC_RTC_SET_TIME_WEEK_DAY_MASK) >> SOC_RTC…
649 …E_WEEK_DAY_SET(x) (((x) << SOC_RTC_SET_TIME_WEEK_DAY_LSB) & SOC_RTC_SET_TIME_WEEK_DAY_MASK)