Crate pit_clock_basic
source ·Expand description
Basic support for waiting using the Programmable Interval Timer (PIT) clock.
Use the pit_clock
crate for a more fully-featured PIT interface,
including enabling interrupts.
Constants
- Port for Channel 0; used for PIT interrupts.
- the timer’s default frequency is 1.19 MHz
Statics
Functions
- Waits (blocking) for the given number of
microseconds
using the PIT Channel 2.