next_ping_period
mod_timer(&wdt->timer, next_ping_period(clock_division_ratio));
wdt->timer.expires = next_ping_period(clock_division_ratio);