Searched refs:SOC_LF_TIMER_CONTROL2_ENABLE_MASK (Results 1 – 1 of 1) sorted by relevance
465 #define SOC_LF_TIMER_CONTROL2_ENABLE_MASK 0x00000004 macro466 #define SOC_LF_TIMER_CONTROL2_ENABLE_GET(x) (((x) & SOC_LF_TIMER_CONTROL2_ENABLE_MASK) >> SOC_…467 …_ENABLE_SET(x) (((x) << SOC_LF_TIMER_CONTROL2_ENABLE_LSB) & SOC_LF_TIMER_CONTROL2_ENABLE_MASK)