esp_hal::time

Type Alias Duration

Source
pub type Duration = Duration<u64, 1, 1_000_000>;
Expand description

Represents a duration of time.

The resolution is 1 microsecond, represented as a 64-bit unsigned integer.

Aliased Typeยง

struct Duration { /* private fields */ }