52 | | === 5) int '''_sys_coproc_channel_stop'''( unsigned int cluster_xy , unsigned int channel ) === |
53 | | |
54 | | === 6) int '''_sys_coproc_completed'''( unsigned int cluster_xy ) === |
55 | | |
| 52 | === 5) int '''_sys_coproc_channel_stop'''( unsigned int cluster_xy , unsigned int coproc_type , unsigned int channel ) === |
| 53 | This function stops a specific TO_COPROC / FROM_COPROC communication channel. |
| 54 | * '''cluster_xy''' : cluster coordinates. |
| 55 | * '''coproc_type''' : coprocessor type. |
| 56 | * '''channel''' : channel index. |
| 57 | |
| 58 | === 6) int '''_sys_coproc_completed'''( unsigned int cluster_xy , unsigned int coproc_type ) === |
| 59 | This blocking function returns only when the |
| 60 | * '''cluster_xy''' : cluster coordinates. |
| 61 | * '''coproc_type''' : coprocessor type. |