Changes between Version 4 and Version 5 of dma_driver


Ignore:
Timestamp:
Mar 12, 2015, 10:39:35 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dma_driver

    v4 v5  
    2222
    2323
    24 ==   Low level access functions  ==
     24==   __Low level access functions__  ==
    2525
    2626 === unsigned int '''_dma_init'''( unsigned int cluster_xy,  unsigned int channel_id ) ===
     
    3838This 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.
    3939
    40 ==  High level access functions ==
     40==  __High level access functions__ ==
    4141
    4242 === void '''_dma_copy'''( unsigned int cluster_xy,  unsigned int channel_id,  unsigned int dst_vaddr,  unsigned int src_vaddr,    unsigned int size ) ===