Available on crate feature
osal-freertos only.Expand description
Time related system utilities.
Structs§
- Duration
- Duration represents a span of time.
- Exceeded
- A
TimeAbstraction::timeout_atreached the deadline before the future resolved. - 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 FreeRTOS.
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.