Changes between Version 131 and Version 132 of library_stdio


Ignore:
Timestamp:
Nov 9, 2015, 7:32:43 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v131 v132  
    437437
    438438 === 6) void '''giet_fbf_cma_check'''( unsigned int index ) ===
    439 For each user buffer, the status is acting a SET/RESET synchronisation flip-flop, that is set by the application when the buffer is full, and is reset by the CMA peripheral when the transfer is completed. 
     439For each user buffer, the status is acting as a SET/RESET synchronisation flip-flop, that is set by the application when the buffer is full, and is reset by the CMA peripheral when the transfer is completed. 
     440This blocking function checks the status of the buffer identified by the <index> argument, and returns only when the buffer is empty.
     441
     442
     443 === 7) void '''giet_fbf_cma_display'''( unsigned int index ) ===
     444For each user buffer, the status is acting as a SET/RESET synchronisation flip-flop, that is set by the application when the buffer is full, and is reset by the CMA peripheral when the transfer is completed. 
    440445This function set the status to enable the transfer of the buffer identified by the <index> argument.
    441 
    442  === 7) void '''giet_fbf_cma_display'''( unsigned int index ) ===
    443 For each user buffer, the status is acting a SET/RESET synchronisation flip-flop, that is set by the application when the buffer is full, and is reset by the CMA peripheral when the transfer is completed. 
    444 This blocking function checks the status of the buffer identified by the <index> argument, and returns only when the buffer is empty.
    445446
    446447 === 8) void '''giet_fbf_cma_stop'''( ) ===