Expand description
x86 hardware timers and timekeeping functionality.
Structs§
- Duration
- A
Duration
type to represent a span of time, typically used for system timeouts. - Invalid
Duration - 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
andPit::sleep_blocking
.
Statics§
- PIT
- The PIT.