Crate pci_core

source ·
Expand description

Core PCI infrastructure.

A collection of constants, types, and traits that are shared across all PCI implementations (i.e: vpci, pci_gen1, pcie).

Modules§

  • BAR Management.
  • PCI capabilities.
  • Helpers that implement standardized PCI configuration space functionality.
  • Extension trait to simplify probing PCI [ChipsetDevice] devices.
  • Traits for working with MSI interrupts.
  • Types and constants specified by the PCI spec.
  • Mock types for unit-testing various PCI behaviors.

Enums§