Searched refs:SOC_LF_TIMER_CONTROL3_ENABLE_MASK (Results 1 – 1 of 1) sorted by relevance
507 #define SOC_LF_TIMER_CONTROL3_ENABLE_MASK 0x00000004 macro508 #define SOC_LF_TIMER_CONTROL3_ENABLE_GET(x) (((x) & SOC_LF_TIMER_CONTROL3_ENABLE_MASK) >> SOC_…509 …_ENABLE_SET(x) (((x) << SOC_LF_TIMER_CONTROL3_ENABLE_LSB) & SOC_LF_TIMER_CONTROL3_ENABLE_MASK)