Changes between Version 135 and Version 136 of library_stdio


Ignore:
Timestamp:
Nov 25, 2015, 5:24:10 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v135 v136  
    165165 === 4) void '''giet_coproc_run'''( unsigned int cluster_xy , unsigned int coproc_type ) ===
    166166This function activates all communication channels and the allocated coprocessor itself in the cluster identified by the <x,y> arguments.
    167 
    168  === 5) void '''giet_coproc_completed'''( unsigned int cluster_xy , unsigned int cluster_xy ) ===
    169 This blocking function can be used to synchronize a software thread with an hardware coprocessor identified by the <x,y> arguments, and running in DMA_NO_IRQ mode.
     167The calling thread exit if the coprocessor does not exist.
     168
     169 === 5) void '''giet_coproc_completed'''( unsigned int cluster_xy , unsigned int coproc_type ) ===
     170This blocking function can be used to synchronize a software thread with an hardware coprocessor identified by the <cluster_xy> and <coproc_type> arguments, and running in DMA_NO_IRQ mode.
    170171It polls the status register of all communication channels, and returns only when all transfers are completed.
    171 This function exit when at least one channel status register indicates a  bus error (illegal memory access).
     172The calling thread exit when at least one channel status register indicates a  bus error (illegal memory access).
    172173
    173174