Changes between Version 4 and Version 5 of dma_driver
- Timestamp:
- Mar 12, 2015, 10:39:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dma_driver
v4 v5 22 22 23 23 24 == Low level access functions==24 == __Low level access functions__ == 25 25 26 26 === unsigned int '''_dma_init'''( unsigned int cluster_xy, unsigned int channel_id ) === … … 38 38 This function sets the physical address (including 64 bits extension) of the source and destination buffers for a DMA channel in a given cluster, and sets the transfer size to lauch the transfer. 39 39 40 == High level access functions==40 == __High level access functions__ == 41 41 42 42 === void '''_dma_copy'''( unsigned int cluster_xy, unsigned int channel_id, unsigned int dst_vaddr, unsigned int src_vaddr, unsigned int size ) ===