ConfigurationWrite8
Writes an 8-bit data value to the device’s configuration space.
Declaration
void ConfigurationWrite8(uint64_t offset, uint8_t data);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.
- data:
The data value that you want DriverKit to write to the specified location.