ReactOS 0.4.15-dev-8100-g1887773
aml_resource Union Reference

#include <amlresrc.h>

Collaboration diagram for aml_resource:

Public Attributes

UINT8 DescriptorType
 
AML_RESOURCE_SMALL_HEADER SmallHeader
 
AML_RESOURCE_LARGE_HEADER LargeHeader
 
AML_RESOURCE_IRQ Irq
 
AML_RESOURCE_DMA Dma
 
AML_RESOURCE_START_DEPENDENT StartDpf
 
AML_RESOURCE_END_DEPENDENT EndDpf
 
AML_RESOURCE_IO Io
 
AML_RESOURCE_FIXED_IO FixedIo
 
AML_RESOURCE_FIXED_DMA FixedDma
 
AML_RESOURCE_VENDOR_SMALL VendorSmall
 
AML_RESOURCE_END_TAG EndTag
 
AML_RESOURCE_MEMORY24 Memory24
 
AML_RESOURCE_GENERIC_REGISTER GenericReg
 
AML_RESOURCE_VENDOR_LARGE VendorLarge
 
AML_RESOURCE_MEMORY32 Memory32
 
AML_RESOURCE_FIXED_MEMORY32 FixedMemory32
 
AML_RESOURCE_ADDRESS16 Address16
 
AML_RESOURCE_ADDRESS32 Address32
 
AML_RESOURCE_ADDRESS64 Address64
 
AML_RESOURCE_EXTENDED_ADDRESS64 ExtAddress64
 
AML_RESOURCE_EXTENDED_IRQ ExtendedIrq
 
AML_RESOURCE_GPIO Gpio
 
AML_RESOURCE_I2C_SERIALBUS I2cSerialBus
 
AML_RESOURCE_SPI_SERIALBUS SpiSerialBus
 
AML_RESOURCE_UART_SERIALBUS UartSerialBus
 
AML_RESOURCE_CSI2_SERIALBUS Csi2SerialBus
 
AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus
 
AML_RESOURCE_PIN_FUNCTION PinFunction
 
AML_RESOURCE_PIN_CONFIG PinConfig
 
AML_RESOURCE_PIN_GROUP PinGroup
 
AML_RESOURCE_PIN_GROUP_FUNCTION PinGroupFunction
 
AML_RESOURCE_PIN_GROUP_CONFIG PinGroupConfig
 
AML_RESOURCE_ADDRESS Address
 
UINT32 DwordItem
 
UINT16 WordItem
 
UINT8 ByteItem
 

Detailed Description

Definition at line 671 of file amlresrc.h.

Member Data Documentation

◆ Address

AML_RESOURCE_ADDRESS aml_resource::Address

Definition at line 717 of file amlresrc.h.

◆ Address16

AML_RESOURCE_ADDRESS16 aml_resource::Address16

Definition at line 698 of file amlresrc.h.

◆ Address32

AML_RESOURCE_ADDRESS32 aml_resource::Address32

Definition at line 699 of file amlresrc.h.

◆ Address64

AML_RESOURCE_ADDRESS64 aml_resource::Address64

Definition at line 700 of file amlresrc.h.

◆ ByteItem

UINT8 aml_resource::ByteItem

Definition at line 720 of file amlresrc.h.

◆ CommonSerialBus

AML_RESOURCE_COMMON_SERIALBUS aml_resource::CommonSerialBus

◆ Csi2SerialBus

AML_RESOURCE_CSI2_SERIALBUS aml_resource::Csi2SerialBus

Definition at line 707 of file amlresrc.h.

◆ DescriptorType

UINT8 aml_resource::DescriptorType

Definition at line 675 of file amlresrc.h.

◆ Dma

AML_RESOURCE_DMA aml_resource::Dma

Definition at line 682 of file amlresrc.h.

◆ DwordItem

UINT32 aml_resource::DwordItem

Definition at line 718 of file amlresrc.h.

◆ EndDpf

AML_RESOURCE_END_DEPENDENT aml_resource::EndDpf

Definition at line 684 of file amlresrc.h.

◆ EndTag

AML_RESOURCE_END_TAG aml_resource::EndTag

Definition at line 689 of file amlresrc.h.

◆ ExtAddress64

AML_RESOURCE_EXTENDED_ADDRESS64 aml_resource::ExtAddress64

Definition at line 701 of file amlresrc.h.

◆ ExtendedIrq

AML_RESOURCE_EXTENDED_IRQ aml_resource::ExtendedIrq

Definition at line 702 of file amlresrc.h.

◆ FixedDma

AML_RESOURCE_FIXED_DMA aml_resource::FixedDma

Definition at line 687 of file amlresrc.h.

◆ FixedIo

AML_RESOURCE_FIXED_IO aml_resource::FixedIo

Definition at line 686 of file amlresrc.h.

◆ FixedMemory32

AML_RESOURCE_FIXED_MEMORY32 aml_resource::FixedMemory32

Definition at line 697 of file amlresrc.h.

◆ GenericReg

AML_RESOURCE_GENERIC_REGISTER aml_resource::GenericReg

Definition at line 694 of file amlresrc.h.

◆ Gpio

AML_RESOURCE_GPIO aml_resource::Gpio

Definition at line 703 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ I2cSerialBus

AML_RESOURCE_I2C_SERIALBUS aml_resource::I2cSerialBus

Definition at line 704 of file amlresrc.h.

◆ Io

AML_RESOURCE_IO aml_resource::Io

Definition at line 685 of file amlresrc.h.

◆ Irq

AML_RESOURCE_IRQ aml_resource::Irq

Definition at line 681 of file amlresrc.h.

◆ LargeHeader

AML_RESOURCE_LARGE_HEADER aml_resource::LargeHeader

Definition at line 677 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ Memory24

AML_RESOURCE_MEMORY24 aml_resource::Memory24

Definition at line 693 of file amlresrc.h.

◆ Memory32

AML_RESOURCE_MEMORY32 aml_resource::Memory32

Definition at line 696 of file amlresrc.h.

◆ PinConfig

AML_RESOURCE_PIN_CONFIG aml_resource::PinConfig

Definition at line 710 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ PinFunction

AML_RESOURCE_PIN_FUNCTION aml_resource::PinFunction

Definition at line 709 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ PinGroup

AML_RESOURCE_PIN_GROUP aml_resource::PinGroup

Definition at line 711 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ PinGroupConfig

AML_RESOURCE_PIN_GROUP_CONFIG aml_resource::PinGroupConfig

Definition at line 713 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ PinGroupFunction

AML_RESOURCE_PIN_GROUP_FUNCTION aml_resource::PinGroupFunction

Definition at line 712 of file amlresrc.h.

Referenced by AcpiRsGetListLength().

◆ SmallHeader

AML_RESOURCE_SMALL_HEADER aml_resource::SmallHeader

Definition at line 676 of file amlresrc.h.

◆ SpiSerialBus

AML_RESOURCE_SPI_SERIALBUS aml_resource::SpiSerialBus

Definition at line 705 of file amlresrc.h.

◆ StartDpf

AML_RESOURCE_START_DEPENDENT aml_resource::StartDpf

Definition at line 683 of file amlresrc.h.

◆ UartSerialBus

AML_RESOURCE_UART_SERIALBUS aml_resource::UartSerialBus

Definition at line 706 of file amlresrc.h.

◆ VendorLarge

AML_RESOURCE_VENDOR_LARGE aml_resource::VendorLarge

Definition at line 695 of file amlresrc.h.

◆ VendorSmall

AML_RESOURCE_VENDOR_SMALL aml_resource::VendorSmall

Definition at line 688 of file amlresrc.h.

◆ WordItem

UINT16 aml_resource::WordItem

Definition at line 719 of file amlresrc.h.


The documentation for this union was generated from the following file: