Changes between Version 38 and Version 39 of kernel_syscalls
- Timestamp:
- Apr 9, 2015, 3:57:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v38 v39 51 51 * '''channel''' : channel index. 52 52 53 === 6) int '''_sys_coproc_c ompleted'''( unsigned int cluster_xy ) ===54 This blocking function returns only when the53 === 6) int '''_sys_coproc_channel_completed'''( unsigned int cluster_xy ) === 54 This blocking function polls the CHANNEL_STATUS register, and returns only when the transfer is completed. Returns 0 in case of success. Returns the status value (non-zero value) in case of error. It should be used when a channel is operating in MODE_DMA_NO_IRQ. 55 55 * '''cluster_xy''' : cluster coordinates. 56 * '''channel''' : channel index. 56 57 57 58 … … 229 230 Returns 0 if success, returns -1 if not found. 230 231 231