Module embedded_timers::clock
source · Expand description
Trait for the application to implement to provide a clock.
Enums§
- Various errors a Clock may return
Traits§
- Implement this trait for your Clock(s). The time is measured since the start of the application, using a alias to the
core::time::Durationtype.
Type Aliases§
- Time passed since the start of the application.