Contents

extendedConfigWrite16

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

Declaration

void extendedConfigWrite16(
 IOByteCountoffset,
 UInt16data );

Parameters

  • offset:

    A byte offset into configuration space, of which bit 0 is ignored.

  • data:

    An 16-bit value to be written in host byte order (big endian on PPC).

Overview

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

See Also

Miscellaneous