esp_hal::time

Type Alias Instant

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

Represents an instant in time.

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

Aliased Typeยง

struct Instant { /* private fields */ }