Changes between Version 39 and Version 40 of kernel_syscalls


Ignore:
Timestamp:
Apr 9, 2015, 5:44:58 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v39 v40  
    5151 * '''channel''' : channel index.
    5252
    53 === 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.
     53=== 6) int '''_sys_coproc_channel_completed'''( unsigned int cluster_xy ,  unsigned int channel ) ===
     54This blocking function  polls the CHANNEL_STATUS register, and returns only when the transfer is completed. 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.
    5555 * '''cluster_xy''' : cluster coordinates.
    5656 * '''channel''' : channel index.