ReactOS 0.4.16-dev-13-ge2fc578
|
#include <haldma.h>
Public Attributes | |
struct { | |
UCHAR Channel: 2 | |
UCHAR TransferType: 2 | |
UCHAR AutoInitialize: 1 | |
UCHAR AddressDecrement: 1 | |
UCHAR RequestMode: 2 | |
}; | |
UCHAR | Byte |
struct { ... } _DMA_MODE::@1503 |
UCHAR _DMA_MODE::AutoInitialize |
Definition at line 95 of file haldma.h.
Referenced by HalpDmaInitializeEisaAdapter().
UCHAR _DMA_MODE::Byte |
Definition at line 99 of file haldma.h.
Referenced by HalpDmaInitializeEisaAdapter(), and IoMapTransfer().
UCHAR _DMA_MODE::Channel |
Definition at line 93 of file haldma.h.
Referenced by HalpDmaInitializeEisaAdapter().
UCHAR _DMA_MODE::RequestMode |
Definition at line 97 of file haldma.h.
Referenced by HalpDmaInitializeEisaAdapter().
UCHAR _DMA_MODE::TransferType |
Definition at line 94 of file haldma.h.
Referenced by IoMapTransfer().