Uses of Package
dioscuri.module.dma

Packages that use dioscuri.module.dma
dioscuri.module   
dioscuri.module.dma   
dioscuri.module.fdc   
 

Classes in dioscuri.module.dma used by dioscuri.module
DMA16Handler
          Handler for the slave DMA controller, providing implementations for 16-bit read and write functionality
This handler will be registered with the DMA class to provide device-specific methods for reading (memory -> device) and writing (device -> memory) a word via DMA.
DMA8Handler
          Handler for the master DMA controller, providing implementations for 8-bit read and write functionality
This handler will be registered with the DMA class to provide device-specific methods for reading (memory -> device) and writing (device -> memory) a byte via DMA.
 

Classes in dioscuri.module.dma used by dioscuri.module.dma
DMA16Handler
          Handler for the slave DMA controller, providing implementations for 16-bit read and write functionality
This handler will be registered with the DMA class to provide device-specific methods for reading (memory -> device) and writing (device -> memory) a word via DMA.
DMA8Handler
          Handler for the master DMA controller, providing implementations for 8-bit read and write functionality
This handler will be registered with the DMA class to provide device-specific methods for reading (memory -> device) and writing (device -> memory) a byte via DMA.
DMAController
          DMA controller
Class representing the structure of a DMA controller; each controller contains:
- 4 channels, eah having a DMA Request (DRQ) and DMA Acknowledge (DRQ) bit
- mask register (disables incoming DRQs)
- flipflop (additional address bit)
- status register (status of terminal counts, DMA requests)
- command register (operation control)
 

Classes in dioscuri.module.dma used by dioscuri.module.fdc
DMA8Handler
          Handler for the master DMA controller, providing implementations for 8-bit read and write functionality
This handler will be registered with the DMA class to provide device-specific methods for reading (memory -> device) and writing (device -> memory) a byte via DMA.