ConfigurationRead32
Reads a 32-bit data value synchronously from the device’s configuration space.
Declaration
void ConfigurationRead32(uint64_t offset, uint32_t *readData);Parameters
- 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 Enum.
- readData:
A variable that stores the 32-bit data value. If the method encounters an error, it sets the value to -1.