PEP_ACPI_RESOURCE_TYPE - NtDoc

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

typedef enum _PEP_ACPI_RESOURCE_TYPE {
  PepAcpiMemory,
  PepAcpiIoPort,
  PepAcpiInterrupt,
  PepAcpiGpioIo,
  PepAcpiGpioInt,
  PepAcpiSpbI2c,
  PepAcpiSpbSpi,
  PepAcpiSpbUart,
  PepAcpiExtendedMemory,
  PepAcpiExtendedIo
} PEP_ACPI_RESOURCE_TYPE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef enum _PEP_ACPI_RESOURCE_TYPE {
  PepAcpiMemory,
  PepAcpiIoPort,
  PepAcpiInterrupt,
  PepAcpiGpioIo,
  PepAcpiGpioInt,
  PepAcpiSpbI2c,
  PepAcpiSpbSpi,
  PepAcpiSpbUart,
  PepAcpiExtendedMemory,
  PepAcpiExtendedIo
} PEP_ACPI_RESOURCE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pep_x-_pep_acpi_resource_type)

_PEP_ACPI_RESOURCE_TYPE enumeration (pep_x.h)

Description

The PEP_ACPI_RESOURCE_TYPE enumeration is used to identify the type of ACPI resource that is contained in the PEP_ACPI_RESOURCE union.

Constants

PepAcpiMemory

Indicates that the resource is an ACPI memory resource.

PepAcpiIoPort

Indicates that the resource is an ACPI IO port resource.

PepAcpiInterrupt

Indicates that the resource is an ACPI interrupt resource.

PepAcpiGpioIo

Indicates that the resource is an ACPI GPIO resource.

PepAcpiGpioInt

Indicates that the resource is an ACPI GPIO interrupt resource.

PepAcpiSpbI2c

Indicates that the resource is an ACPI I2C serial bus resource.

PepAcpiSpbSpi

Indicates that the resource is an ACPI SPI serial bus resource.

PepAcpiSpbUart

Indicates that the resource is an ACPI UART serial bus resource.

PepAcpiExtendedMemory

Indicates that the resource is an ACPI extended memory resource.

PepAcpiExtendedIo

Indicates that the resource is an ACPI extended IO resource.

See also

PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES

PEP_ACPI_RESOURCE


Windows Driver Kit DDI reference (ne-pepfx-_pep_acpi_resource_type)

_PEP_ACPI_RESOURCE_TYPE enumeration (pepfx.h)

Description

The PEP_ACPI_RESOURCE_TYPE enumeration is used to identify the type of ACPI resource that is contained in the PEP_ACPI_RESOURCE union.

Constants

PepAcpiMemory

Indicates that the resource is an ACPI memory resource.

PepAcpiIoPort

Indicates that the resource is an ACPI IO port resource.

PepAcpiInterrupt

Indicates that the resource is an ACPI interrupt resource.

PepAcpiGpioIo

Indicates that the resource is an ACPI GPIO resource.

PepAcpiGpioInt

Indicates that the resource is an ACPI GPIO interrupt resource.

PepAcpiSpbI2c

Indicates that the resource is an ACPI I2C serial bus resource.

PepAcpiSpbSpi

Indicates that the resource is an ACPI SPI serial bus resource.

PepAcpiSpbUart

Indicates that the resource is an ACPI UART serial bus resource.

PepAcpiExtendedMemory

Indicates that the resource is an ACPI extended memory resource.

PepAcpiExtendedIo

Indicates that the resource is an ACPI extended IO resource.

See also

PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES

PEP_ACPI_RESOURCE