zephyr::time

Type Alias Instant

source
pub type Instant = Instant<Tick, 1, SYS_FREQUENCY>;
Expand description

An Instant appropriate for Zephyr calls that expect a k_timeout_t. The result will be an absolute time in terms of system ticks.

Aliased Typeยง

struct Instant { /* private fields */ }