pub type Duration = Duration<Tick, 1, SYS_FREQUENCY>;
Expand description
Duration appropriate for Zephyr calls that expect k_timeout_t
. The result will be a time
interval from “now” (when the call is made).
Aliased Type§
struct Duration { /* private fields */ }