Ignore:
Timestamp:
Nov 21, 2015, 2:53:00 PM (9 years ago)
Author:
alain
Message:

bloup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/cma_driver.h

    r704 r728  
    4949
    5050///////////////////////////////////////////////////////////////////////////////////
     51//  CMA channel running modes
     52///////////////////////////////////////////////////////////////////////////////////
     53
     54enum CMA_modes_e
     55{
     56    MODE_IDLE           = 0,
     57    MODE_NORMAL         = 1,
     58    MODE_NO_DST_SYNC    = 2,
     59    MODE_NO_SRC_SYNC    = 4,
     60};
     61
     62///////////////////////////////////////////////////////////////////////////////////
    5163//  CMA channel status values
    5264///////////////////////////////////////////////////////////////////////////////////
     
    89101};
    90102
     103
    91104///////////////////////////////////////////////////////////////////////////////////
    92105//    access functions
Note: See TracChangeset for help on using the changeset viewer.