Expand description
x86 hardware timers and timekeeping functionality.
Structs§
- Duration
- A
Durationtype to represent a span of time, typically used for system timeouts. - Invalid
Duration - Error indicating that a
Durationwas invalid for a particular use. - Pit
- Intel 8253/8254 Programmable Interval Timer (PIT).
- Rdtsc
Enums§
- PitError
- Errors returned by
Pit::start_periodic_timerandPit::sleep_blocking.
Statics§
- PIT
- The PIT.