tmr_add
tmr_add(&timers, 1, 5, tmr_status, ctx);
tmr_add(&timers, 1, 5, &tmr_watchdog, &ctx);
tmr_add(&timers, 1, 5, tmr_watchdog, ctx);
tmr_add(&timers, 1, 1, tmr_creg, ctx);
tmr_add(&timers, 1, 30, tmr_creg, ctx);
tmr_add(&timers, 1, 1, tmr_cgreg, ctx);
tmr_add(&timers, 1, 30, tmr_cgreg, ctx);
tmr_add(&timers, 1, 15, tmr_status, ctx);