Searched refs:RTC_DEBUG_BUS_SEL_MASK (Results 1 – 1 of 1) sorted by relevance
1619 #define RTC_DEBUG_BUS_SEL_MASK 0x00000001 macro1620 #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)