Changeset 248 for trunk/softs/giet_tsar/dma.h
- Timestamp:
- Aug 9, 2012, 10:57:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/giet_tsar/dma.h
r158 r248 9 9 DMA_IRQ_DISABLE = 4, 10 10 /***/ 11 DMA_SPAN = 8,11 DMA_SPAN = 0x400, 12 12 }; 13 13 14 14 enum DmaStatusValues { 15 DMA_ IDLE= 0,16 DMA_ SUCCESS= 1,17 DMA_ READ_ERROR= 2,15 DMA_SUCCESS = 0, 16 DMA_READ_ERROR = 1, 17 DMA_IDLE = 2, 18 18 DMA_WRITE_ERROR = 3, 19 19 };
Note: See TracChangeset
for help on using the changeset viewer.