Expand description
This crate holds wait timers, that are useful for accurate sleep.
This crate is #![no_std].
Modules§
- traits
- Defines the
WaitTimertrait and holdsMAX_WAIT_DURATIONconst.
Structs§
- TheWait
Timer - The platform dependent implementation of
WaitTimer. This struct is guaranteed to have size at most 8.