Module time
Available on crate feature
osal-embassy only.Expand description
Time related system utilities.
Structs§
- Duration
- Duration represents a span of time.
- Instant
- An Instant in time. Instants should be always increasing and are generally obtainable through the operating system time driver.
- Time
- Implements the
TimeAbstractiontrait for embassy.
Enums§
- System
Time Error - An error that may happen while working with System Time.
Traits§
- Interval
- A stream of periodic ticks, created by
TimeAbstraction::interval. - System
Time - Provides a measurement of the system time.
- System
Time Sync - Allows manual synchronization of
SystemTime. - Time
Abstraction TimeAbstractionis used to perform time-related operations in a platform-agnostic manner.