Changes between Version 9 and Version 10 of cma_driver
- Timestamp:
- Nov 11, 2014, 12:31:49 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cma_driver
v9 v10 18 18 The addressable registers map is defined [source:soft/giet_vm/giet_drivers/cma_driver.h here]. 19 19 20 == __Access Functions__==20 == Access Functions == 21 21 22 22 === __unsigned int '''_cma_get_register'''( unsigned int channel, unsigned int index )__ === … … 39 39 * channel : CMA channel index. 40 40 41 == __Interrupt Service Routine__==41 == Interrupt Service Routine == 42 42 43 43 === __void '''_cma_isr'''( unsigned int irq_type, unsigned int irq_id, unsigned int channel )__ ===