PEP_ACPI_SPB_I2C_RESOURCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

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;
View the official Windows Driver Kit DDI reference
// pepfx.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_acpi_spb_i2c_resource)

_PEP_ACPI_SPB_I2C_RESOURCE structure (pep_x.h)

Description

The PEP_ACPI_SPB_I2C_RESOURCE structure describes an ACPI I2C serial bus 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.

See also

PEP_ACPI_SPB_RESOURCE


Windows Driver Kit DDI reference (ns-pepfx-_pep_acpi_spb_i2c_resource)

_PEP_ACPI_SPB_I2C_RESOURCE structure (pepfx.h)

Description

The PEP_ACPI_SPB_I2C_RESOURCE structure describes an ACPI I2C serial bus 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.

See also

PEP_ACPI_SPB_RESOURCE