// 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 referenceNo description available.
The PEP_ACPI_RESOURCE_TYPE enumeration is used to identify the type of ACPI resource that is contained in the PEP_ACPI_RESOURCE union.
PepAcpiMemoryIndicates that the resource is an ACPI memory resource.
PepAcpiIoPortIndicates that the resource is an ACPI IO port resource.
PepAcpiInterruptIndicates that the resource is an ACPI interrupt resource.
PepAcpiGpioIoIndicates that the resource is an ACPI GPIO resource.
PepAcpiGpioIntIndicates that the resource is an ACPI GPIO interrupt resource.
PepAcpiSpbI2cIndicates that the resource is an ACPI I2C serial bus resource.
PepAcpiSpbSpiIndicates that the resource is an ACPI SPI serial bus resource.
PepAcpiSpbUartIndicates that the resource is an ACPI UART serial bus resource.
PepAcpiExtendedMemoryIndicates that the resource is an ACPI extended memory resource.
PepAcpiExtendedIoIndicates that the resource is an ACPI extended IO resource.
PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES
The PEP_ACPI_RESOURCE_TYPE enumeration is used to identify the type of ACPI resource that is contained in the PEP_ACPI_RESOURCE union.
PepAcpiMemoryIndicates that the resource is an ACPI memory resource.
PepAcpiIoPortIndicates that the resource is an ACPI IO port resource.
PepAcpiInterruptIndicates that the resource is an ACPI interrupt resource.
PepAcpiGpioIoIndicates that the resource is an ACPI GPIO resource.
PepAcpiGpioIntIndicates that the resource is an ACPI GPIO interrupt resource.
PepAcpiSpbI2cIndicates that the resource is an ACPI I2C serial bus resource.
PepAcpiSpbSpiIndicates that the resource is an ACPI SPI serial bus resource.
PepAcpiSpbUartIndicates that the resource is an ACPI UART serial bus resource.
PepAcpiExtendedMemoryIndicates that the resource is an ACPI extended memory resource.
PepAcpiExtendedIoIndicates that the resource is an ACPI extended IO resource.
PEP_ACPI_REQUEST_CONVERT_TO_BIOS_RESOURCES