Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h1619 #define RTC_DEBUG_BUS_SEL_MASK 0x00000001 macro
1620 #define RTC_DEBUG_BUS_SEL_GET(x) (((x) & RTC_DEBUG_BUS_SEL_MASK) >> RTC_DEBUG_BUS_S…
1621 … RTC_DEBUG_BUS_SEL_SET(x) (((x) << RTC_DEBUG_BUS_SEL_LSB) & RTC_DEBUG_BUS_SEL_MASK)