PEP_ACPI_INTERRUPT_RESOURCE - NtDoc

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

typedef struct _PEP_ACPI_INTERRUPT_RESOURCE {
  PEP_ACPI_RESOURCE_TYPE  Type;
  KINTERRUPT_MODE         InterruptType;
  KINTERRUPT_POLARITY     InterruptPolarity;
  PEP_ACPI_RESOURCE_FLAGS Flags;
  UCHAR                   Count;
  PULONG                  Pins;
} PEP_ACPI_INTERRUPT_RESOURCE, *PPEP_ACPI_INTERRUPT_RESOURCE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_ACPI_INTERRUPT_RESOURCE {
  PEP_ACPI_RESOURCE_TYPE  Type;
  KINTERRUPT_MODE         InterruptType;
  KINTERRUPT_POLARITY     InterruptPolarity;
  PEP_ACPI_RESOURCE_FLAGS Flags;
  UCHAR                   Count;
  PULONG                  Pins;
} PEP_ACPI_INTERRUPT_RESOURCE, *PPEP_ACPI_INTERRUPT_RESOURCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_ACPI_INTERRUPT_RESOURCE structure (pep_x.h)

Description

The PEP_ACPI_INTERRUPT_RESOURCE structure describes an ACPI interrupt resource.

Members

Type

A PEP_ACPI_RESOURCE_TYPE enumeration value describing this resource.

InterruptType

A KINTERRUPT_MODE enumeration value that identifies the interrupt type.

InterruptPolarity

A KINTERRUPT_POLARITY enumeration value that identifies how a device signals an interrupt request on an interrupt line.

Flags

A PEP_ACPI_RESOURCE_FLAGS structure that describes the capabilities of this ACPI resource.

Count

The count of items in the Pins array.

Pins

A list of pin numbers on the resource that are described by this descriptor.

See also

KINTERRUPT_MODE

KINTERRUPT_POLARITY

PEP_ACPI_RESOURCE_FLAGS

PEP_ACPI_RESOURCE_TYPE


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

_PEP_ACPI_INTERRUPT_RESOURCE structure (pepfx.h)

Description

The PEP_ACPI_INTERRUPT_RESOURCE structure describes an ACPI interrupt resource.

Members

Type

A PEP_ACPI_RESOURCE_TYPE enumeration value describing this resource.

InterruptType

A KINTERRUPT_MODE enumeration value that identifies the interrupt type.

InterruptPolarity

A KINTERRUPT_POLARITY enumeration value that identifies how a device signals an interrupt request on an interrupt line.

Flags

A PEP_ACPI_RESOURCE_FLAGS structure that describes the capabilities of this ACPI resource.

Count

The count of items in the Pins array.

Pins

A list of pin numbers on the resource that are described by this descriptor.

See also

KINTERRUPT_MODE

KINTERRUPT_POLARITY

PEP_ACPI_RESOURCE_FLAGS

PEP_ACPI_RESOURCE_TYPE