Module time

Source
Expand description

x86 hardware timers and timekeeping functionality.

Structs§

Duration
A Duration type to represent a span of time, typically used for system timeouts.
InvalidDuration
Error indicating that a Duration was invalid for a particular use.
Pit
Intel 8253/8254 Programmable Interval Timer (PIT).
Rdtsc

Enums§

PitError
Errors returned by Pit::start_periodic_timer and Pit::sleep_blocking.

Statics§

PIT
The PIT.