Expand description
Time-related traits & structs.
This crate contains basic definitions and utilities that can be used to keep track of time.
Re-exports§
pub use embedded_hal;
pub use embedded_hal_async;
Modules§
- Utility to implement a race condition free half-period based monotonic.
- Structs and traits surrounding the
Monotonic
trait. - A generic timer queue for async executors.
Macros§
- Implements
embedded_hal_async::delay::DelayNs
for a given monotonic. - Implements
embedded_hal::delay::DelayNs
for a given monotonic.
Structs§
- This indicates that there was a timeout.
Traits§
- A monotonic clock / counter definition.