Changes between Version 48 and Version 49 of library_stdio


Ignore:
Timestamp:
Feb 9, 2015, 8:39:48 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v48 v49  
    187187 === 2) void '''giet_fbf_cma_start'''( void* buf0, void* buf1, unsigned int length ) ===
    188188This function initializes the chained buffer DMA controller (CMA) to transfer a stream of images from two user buffers to the frame buffer. It must be used in conjunction with the giet_fbf_cma_display() function. A CMA channel should have been allocated to the calling task in the application mapping.
    189  * '''buf0('' is the first user buffer base address
     189 * '''buf0''' is the first user buffer base address
    190190 * '''buf1''' is the second user buffer base address,
    191191 * '''length''' is the buffer size (bytes).