ReactOS 0.4.15-dev-8093-g3285f69
_DMA_MODE Union Reference

#include <haldma.h>

Collaboration diagram for _DMA_MODE:

Public Attributes

struct {
   UCHAR   Channel: 2
 
   UCHAR   TransferType: 2
 
   UCHAR   AutoInitialize: 1
 
   UCHAR   AddressDecrement: 1
 
   UCHAR   RequestMode: 2
 
}; 
 
UCHAR Byte
 

Detailed Description

Definition at line 89 of file haldma.h.

Member Data Documentation

◆ 

struct { ... } _DMA_MODE::@1495

◆ AddressDecrement

UCHAR _DMA_MODE::AddressDecrement

Definition at line 96 of file haldma.h.

◆ AutoInitialize

UCHAR _DMA_MODE::AutoInitialize

Definition at line 95 of file haldma.h.

Referenced by HalpDmaInitializeEisaAdapter().

◆ Byte

UCHAR _DMA_MODE::Byte

Definition at line 99 of file haldma.h.

Referenced by HalpDmaInitializeEisaAdapter(), and IoMapTransfer().

◆ Channel

UCHAR _DMA_MODE::Channel

Definition at line 93 of file haldma.h.

Referenced by HalpDmaInitializeEisaAdapter().

◆ RequestMode

UCHAR _DMA_MODE::RequestMode

Definition at line 97 of file haldma.h.

Referenced by HalpDmaInitializeEisaAdapter().

◆ TransferType

UCHAR _DMA_MODE::TransferType

Definition at line 94 of file haldma.h.

Referenced by IoMapTransfer().


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