hardware 0.0.9

A no_std bare-metal hardware abstraction layer — all port I/O, memory and swap allocations are guarded at runtime. Do not consider this dependency stable before x.1.x
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod device;
pub mod msi;
pub mod pci;
pub mod registers;

pub use device::diagnostics;
pub use device::init_input;
pub use device::input_mmio_base;
pub use device::input_mmio_size;
pub use device::is_initialized;
pub use device::read_input_reg;
pub use device::write_input_reg;