Skip to main content

Crate osom_lib_wait_timer

Crate osom_lib_wait_timer 

Source
Expand description

This crate holds wait timers, that are useful for accurate sleep.

This crate is #![no_std].

Modules§

traits
Defines the WaitTimer trait and holds MAX_WAIT_DURATION const.

Structs§

TheWaitTimer
The platform dependent implementation of WaitTimer. This struct is guaranteed to have size at most 8.