Trait pci_driver::regions::structured::PciBitFieldReadable
source · [−]pub trait PciBitFieldReadable: Debug {
type Type: PciRegisterValue;
fn read(&self) -> Result<Self::Type>;
}Expand description
A PCI register of type that is a bit field and may be read.
Required Associated Types
sourcetype Type: PciRegisterValue
type Type: PciRegisterValue
The type of the register’s value.