Module embedded_timers::clock

source ·
Expand description

Trait for the application to implement to provide a clock.

Enums§

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::Duration type.

Type Aliases§

  • Time passed since the start of the application.