Contents

MemoryWrite16

Writes an 16-bit value to the PCI device’s aperture at the specified memory index.

Declaration

void MemoryWrite16(uint8_t memoryIndex, uint64_t offset, uint16_t data, IOOptionBits options);

Parameters

  • memoryIndex:

    The index of the memory range from which to read.

  • offset:

    An offset from the beginning of the specified memory range.

  • data:

    The data that you want to write to the specified location.

See Also

Reading and Writing Memory Locations