Searched refs:SOC_LF_TIMER_CONTROL1_ENABLE_MASK (Results 1 – 1 of 1) sorted by relevance
423 #define SOC_LF_TIMER_CONTROL1_ENABLE_MASK 0x00000004 macro424 #define SOC_LF_TIMER_CONTROL1_ENABLE_GET(x) (((x) & SOC_LF_TIMER_CONTROL1_ENABLE_MASK) >> SOC_…425 …_ENABLE_SET(x) (((x) << SOC_LF_TIMER_CONTROL1_ENABLE_LSB) & SOC_LF_TIMER_CONTROL1_ENABLE_MASK)