Module cfg

Source
Expand description

Constants and helpers for working with the PCI configuration space.

Modules§

offset
PCI configuration register offsets

Functions§

read8
Reads an 8-bit value from the PCI configuration space.
read16
Reads a 16-bit value from the PCI configuration space.
read32
Reads a 32-bit value from the PCI configuration space.
write8
Writes an 8-bit value to the PCI configuration space.
write16
Writes a 16-bit value to the PCI configuration space.
write32
Writes a 32-bit value to the PCI configuration space.