Changes between Version 62 and Version 63 of library_stdio


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

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v62 v63  
    107107 === 6) void '''giet_coproc_channel_completed'''( unsigned int cluster_xy ,  unsigned int channel  , unsigned int* status ) ===
    108108This blocking function can be used to synchronize a software task with an hardware coprocessor running in DMA_NO_IRQ mode.
    109 It polls the status register for a given channel, and returns only when the transfer is completed. It returns in the status variable
    110 a zero value in case of success. It returns a non zero value in case of bus error.
     109It polls the status register for a given channel, and returns only when the transfer is completed.
     110This function exit in case of bus error (illegal memory buffer address) in case of bus error.
    111111 * '''cluster_xy''' cluster coordinates.
    112  * '''channel''' communication channel index
    113  * '''status''' : return value (>0 if error)
    114 :wq
     112 * '''channel''' communication channel index.
     113
    115114 === 7) void '''giet_coproc_register_set'''( unsigned int cluster_xy ,  unsigned int reg_index ,  unsigned int value ) ===
    116115This function set a new value in a coprocessor specific register.