PEP_ACPI_SPB_I2C_RESOURCE structure (pep_x.h)

The PEP_ACPI_SPB_I2C_RESOURCE structure describes an ACPI I2C serial bus resource.

Syntax

typedef struct _PEP_ACPI_SPB_I2C_RESOURCE {
  PEP_ACPI_SPB_RESOURCE SpbCommon;
  ULONG                 ConnectionSpeed;
  USHORT                SlaveAddress;
} PEP_ACPI_SPB_I2C_RESOURCE, *PPEP_ACPI_SPB_I2C_RESOURCE;

Members

SpbCommon

A PEP_ACPI_SPB_RESOURCE structure describing this resource.

ConnectionSpeed

The maximum speed, in hertz, supported by this connection.

SlaveAddress

The I2C bus address for this connection.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pep_x.h (include Pep_x.h)

See also

PEP_ACPI_SPB_RESOURCE