Ignore:
Timestamp:
Aug 9, 2012, 10:57:23 AM (12 years ago)
Author:
meunier
Message:

Updates in the soft_filter application (bug corrections, formatting, and adaptation to the architecture generic_mmu)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/giet_tsar/dma.h

    r158 r248  
    99    DMA_IRQ_DISABLE = 4,
    1010    /***/
    11     DMA_SPAN        = 8,
     11    DMA_SPAN        = 0x400,
    1212};
    1313
    1414enum 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,
    1818    DMA_WRITE_ERROR = 3,
    1919};
Note: See TracChangeset for help on using the changeset viewer.