Module structured

Source

Structs§

PciBitReadClear
A read-clear (RW1C in the spec) single bit that is part of a PCI register.
PciBitReadOnly
A read-only single bit that is part of a PCI register.
PciBitReadWrite
A read-write single bit that is part of a PCI register.
PciBitsReadOnly
A read-only sequence of bits that is part of a PCI register.
PciBitsReadWrite
A read-write sequence of bits that is part of a PCI register.
PciRegisterRo
An 8-bit, 16-bit, or 32-bit PCI register that is read-only.
PciRegisterRw
An 8-bit, 16-bit, or 32-bit PCI register that is read-write.

Traits§

PciBitFieldReadable
A PCI register of type that is a bit field and may be read.
PciBitFieldWriteable
A PCI register of type that is a bit field and may be written.
PciRegisterValue
Trait for types that represent the value of a PCI field or register.