Contents

extendedConfigWrite8

Writes a 8-bit value to the PCI device's configuration space.

Declaration

void extendedConfigWrite8(
 IOByteCountoffset,
 UInt8data );

Parameters

  • offset:

    A byte offset into configuration space.

  • data:

    An 8-bit value to be written.

Overview

This method writes a 8-bit value to a configuration space register on the device.

See Also

Miscellaneous