Changes between Version 135 and Version 136 of library_stdio
- Timestamp:
- Nov 25, 2015, 5:24:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v135 v136 165 165 === 4) void '''giet_coproc_run'''( unsigned int cluster_xy , unsigned int coproc_type ) === 166 166 This 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. 167 The calling thread exit if the coprocessor does not exist. 168 169 === 5) void '''giet_coproc_completed'''( unsigned int cluster_xy , unsigned int coproc_type ) === 170 This 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. 170 171 It polls the status register of all communication channels, and returns only when all transfers are completed. 171 Th is functionexit when at least one channel status register indicates a bus error (illegal memory access).172 The calling thread exit when at least one channel status register indicates a bus error (illegal memory access). 172 173 173 174