start

Function start 

pub unsafe extern "C" fn start(
    timer_id: TimerId,
    interval: c_int,
    auto_repeat: c_int,
) -> c_int
Available on non-ag35 only.
Expand description

Starts a timer.

The timer is periodic if auto_repeat is 1 and one-shot if auto_repeat is 0.