ReactOS 0.4.16-dev-306-g647d351
|
#include <acrestyp.h>
Public Attributes | |
UINT8 | DescriptorLength |
UINT8 | Triggering |
UINT8 | Polarity |
UINT8 | Shareable |
UINT8 | WakeCapable |
UINT8 | InterruptCount |
UINT8 | Interrupts [1] |
Definition at line 177 of file acrestyp.h.
UINT8 acpi_resource_irq::DescriptorLength |
Definition at line 179 of file acrestyp.h.
UINT8 acpi_resource_irq::InterruptCount |
Definition at line 184 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_irq::Interrupts[1] |
Definition at line 185 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_irq::Polarity |
Definition at line 181 of file acrestyp.h.
UINT8 acpi_resource_irq::Shareable |
Definition at line 182 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_irq::Triggering |
Definition at line 180 of file acrestyp.h.
Referenced by Bus_PDO_QueryResourceRequirements(), and Bus_PDO_QueryResources().
UINT8 acpi_resource_irq::WakeCapable |
Definition at line 183 of file acrestyp.h.