Changes between Version 131 and Version 132 of library_stdio
- Timestamp:
- Nov 9, 2015, 7:32:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v131 v132 437 437 438 438 === 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. 439 For 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. 440 This 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 ) === 444 For 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. 440 445 This 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.445 446 446 447 === 8) void '''giet_fbf_cma_stop'''( ) ===