Changes between Version 62 and Version 63 of library_stdio
- Timestamp:
- Apr 9, 2015, 5:40:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v62 v63 107 107 === 6) void '''giet_coproc_channel_completed'''( unsigned int cluster_xy , unsigned int channel , unsigned int* status ) === 108 108 This blocking function can be used to synchronize a software task with an hardware coprocessor running in DMA_NO_IRQ mode. 109 It polls the status register for a given channel, and returns only when the transfer is completed. It returns in the status variable110 a zero value in case of success. It returns a non zero valuein case of bus error.109 It polls the status register for a given channel, and returns only when the transfer is completed. 110 This function exit in case of bus error (illegal memory buffer address) in case of bus error. 111 111 * '''cluster_xy''' cluster coordinates. 112 * '''channel''' communication channel index 113 * '''status''' : return value (>0 if error) 114 :wq 112 * '''channel''' communication channel index. 113 115 114 === 7) void '''giet_coproc_register_set'''( unsigned int cluster_xy , unsigned int reg_index , unsigned int value ) === 116 115 This function set a new value in a coprocessor specific register.