Changes between Version 8 and Version 9 of Component/Vci Multi Dma
- Timestamp:
- Dec 11, 2011, 5:00:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Dma
v8 v9 36 36 A read access returns the DMA channel status. The relevant values for the status are: 37 37 || 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 || 41 41 ||DMA_WRITE_ERROR || 3 || 42 42 ||DMA_BUSY || >3 ||