typedef struct _VDD_DMA_INFO {
WORD addr;
WORD count;
WORD page;
BYTE status;
BYTE mode;
BYTE mask;
} VDD_DMA_INFO, *PVDD_DMA_INFO;
VDD_DMA_INFO contains DMA information.
Members
addr
The DMA physical address.
count
The DMA count.
page
The page identifier.
status
A numeric representation of the status.
mode
A numeric representation of the mode.
mask
The binary value used to screen out certain bits in the data value.