| 21 | | == Channel Registers access functions == |
| | 21 | == __Coprocessor registers access functions__ == |
| | 22 | |
| | 23 | These functions can be used to access the specific coprocessor registers. |
| | 24 | |
| | 25 | === void '''_mwr_set_coproc_register'''( unsigned int cluster_xy , unsigned int index , unsigned int value ) === |
| | 26 | This function set a a new value in a coprocessor register. |
| | 27 | * '''cluster_xy''' : cluster coordinates. |
| | 28 | * '''index''' : register index. |
| | 29 | * '''value''' : value to be written. |
| | 30 | |
| | 31 | === unsigned int '''_mwr_get coproc_register'''( unsigned int cluster_xy , unsigned int index) === |
| | 32 | * '''cluster_xy''' : cluster coordinates. |
| | 33 | * '''index''' : register index. |
| | 34 | |
| | 35 | == __Channel registers access functions__ == |
| | 36 | |
| | 37 | These functions access the communication channels registers contained in the vci_mwmr_dma controller. |