Skip to main content

Module timer

Module timer 

Source
Expand description

Software timer for oveRTOS.

Timer wraps an RTOS software timer with a safe Rust fn() callback. Timers can be periodic or one-shot and are driven by the RTOS tick.

Structsยง

Timer
Software timer with a safe Rust callback.
TimerStorage
Caller-owned storage for a Timer in zero-heap mode (see crate::MutexStorage).