Expand description
Time-related traits & structs.
This crate contains basic definitions and utilities that can be used to keep track of time.
Modules
- Utility to implement a race condition free half-period based monotonic.
Macros
- Creates impl blocks for
embedded_hal_async::delay::DelayUs, based onfugit::ExtU32Ceil. - Creates impl blocks for
embedded_hal_async::delay::DelayUs, based onfugit::ExtU64Ceil. - Creates impl blocks for
embedded_hal::delay::DelayUs, based onfugit::ExtU32Ceil. - Creates impl blocks for
embedded_hal::delay::DelayUs, based onfugit::ExtU64Ceil.
Structs
- This indicates that there was a timeout.
- A generic timer queue for async executors.
Traits
- A monotonic clock / counter definition.