Changes between Version 38 and Version 39 of kernel_syscalls


Ignore:
Timestamp:
Apr 9, 2015, 3:57:08 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v38 v39  
    5151 * '''channel''' : channel index.
    5252
    53 === 6) int '''_sys_coproc_completed'''( unsigned int cluster_xy  ) ===
    54 This blocking function returns only when the
     53=== 6) int '''_sys_coproc_channel_completed'''( unsigned int cluster_xy  ) ===
     54This 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.
    5555 * '''cluster_xy''' : cluster coordinates.
     56 * '''channel''' : channel index.
    5657
    5758
     
    229230Returns 0 if success, returns -1 if not found.
    230231
    231