MIN_DWELL_TIME
margining->dwell_time = clamp(val, MIN_DWELL_TIME, MAX_DWELL_TIME);
margining->dwell_time = MIN_DWELL_TIME;