Static hal_x86_64::time::PIT

source ·
pub static PIT: Mutex<Pit>
Expand description

The PIT.

Since a system only has a single PIT, the Pit type cannot be constructed publicly and is represented as a singleton. It’s stored in a [Mutex] in order to ensure that multiple CPU cores don’t try to write conflicting configurations to the PIT’s configuration ports.