ReactOS 0.4.16-dev-329-g9223134
|
#include <acrestyp.h>
Public Attributes | |
UINT8 | ProducerConsumer |
UINT8 | Triggering |
UINT8 | Polarity |
UINT8 | Shareable |
UINT8 | WakeCapable |
UINT8 | InterruptCount |
ACPI_RESOURCE_SOURCE | ResourceSource |
UINT32 | Interrupts [1] |
Definition at line 424 of file acrestyp.h.
UINT8 acpi_resource_extended_irq::InterruptCount |
Definition at line 431 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT32 acpi_resource_extended_irq::Interrupts[1] |
Definition at line 433 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_extended_irq::Polarity |
Definition at line 428 of file acrestyp.h.
UINT8 acpi_resource_extended_irq::ProducerConsumer |
Definition at line 426 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
ACPI_RESOURCE_SOURCE acpi_resource_extended_irq::ResourceSource |
Definition at line 432 of file acrestyp.h.
UINT8 acpi_resource_extended_irq::Shareable |
Definition at line 429 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_extended_irq::Triggering |
Definition at line 427 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_extended_irq::WakeCapable |
Definition at line 430 of file acrestyp.h.