Contents

ConfigurationRead8

Reads an 8-bit data value synchronously from the device’s configuration space.

Declaration

void ConfigurationRead8(uint64_t offset, uint8_t *readData);

Discussion

  • offset: An offset into the configuration space. This method ignores bits 0 and 1. For a list of possible offset values, see Configuration Data Offsets.

    • readData: A variable that stores the 8-bit data value. If the method encounters an error, it sets the value to -1.

See Also

Reading and Writing Configuration Data