Changes between Version 8 and Version 9 of Component/Vci Multi Dma


Ignore:
Timestamp:
Dec 11, 2011, 5:00:59 PM (13 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Dma

    v8 v9  
    3636A read access returns the DMA channel status. The relevant values for the status are:
    3737   || Cnannel Status || Value ||
    38    ||DMA_IDLE        ||  0    ||
    39    ||DMA_SUCCESS     ||  1    ||
    40    ||DMA_READ_ERROR  ||  2    ||
     38   ||DMA_IDLE        ||  2    ||
     39   ||DMA_SUCCESS     ||  0    ||
     40   ||DMA_READ_ERROR  ||  1    ||
    4141   ||DMA_WRITE_ERROR ||  3    ||
    4242   ||DMA_BUSY        ||  >3   ||