ez_hpet 1.0.0

A Rust OSDev library for using the HPET (High Precision Event Timer) in your own OS
Documentation
1
2
3
4
5
6
7
8
# ez_hpet

[![Crates.io](https://img.shields.io/crates/v/ez_hpet.svg)](https://crates.io/crates/ez_hpet)
[![docs.rs](https://img.shields.io/docsrs/ez_hpet)](https://docs.rs/ez_hpet)

A Rust OSDev library for using the HPET (High Precision Event Timer) in your own OS.

This library supports a lot of the HPET features / registers, but not all of them. Feel free to open an issue to request a feature.