Changes between Version 5 and Version 6 of Component/Vci Multi Dma


Ignore:
Timestamp:
Dec 10, 2011, 5:23:52 PM (12 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Dma

    v5 v6  
    2323
    2424Each channel has its own set of memory mapped registers, and for each
    25 channel a specific IRQ can be is optionally asserted when transfer is completed.
     25channel a specific IRQ can be optionally asserted when transfer is completed.
    2626
    2727Each channel k has 5 memory-mapped registers :
     
    3434
    3535 * '''DMA_LEN[k]''' (Read / Write)
    36 It defines the length of transfer, in bytes. This register must be written after writing into
    37 registers DMA_SRC & DMA_DST, as the writing into the DMA_LEN register starts the transfer.
     36Writing in this register defines the length of transfer (in bytes), and starts the transfer.
    3837This register gets back to 0 when transfer is finished.
    3938This register can be used to test the DMA coprocessor status.