dioscuri.module.dma
Class DMAChannel

java.lang.Object
  extended by dioscuri.module.dma.DMAChannel

public class DMAChannel
extends java.lang.Object

DMA Channel
Class representing the structure of a DMA channel; each channel contains:
- mode register (sets mode and transfer type)
- current and base address (memory location of read/write)
- current and base count (number of transfers)
- used status (channel is in use)


Constructor Summary
DMAChannel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMAChannel

public DMAChannel()