pub type UTicks = u32;Expand description
Unsigned integer type representing a tick count used by a port timer driver. The period of each tick is fixed at one microsecond.
pub type UTicks = u32;Unsigned integer type representing a tick count used by a port timer driver. The period of each tick is fixed at one microsecond.