SLIDER_MASK
val &= ~SLIDER_MASK;
val |= FIELD_PREP(SLIDER_MASK, slider) | BIT(SLIDER_ENABLE_BIT);
slider = FIELD_GET(SLIDER_MASK, val);