Changes between Version 56 and Version 57 of library_stdio


Ignore:
Timestamp:
Mar 6, 2015, 2:40:01 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v56 v57  
    108108It polls the ''_coproc_done[x][y]'' kernel variable, and returns only when this variable has been set by the ISR associated to  coprocessor in cluster[x][y].
    109109
     110 === 7) void '''giet_coproc_register_set'''( unsigned int cluster_xy ,  unsigned int reg_index ,  unsigned int value ) ===
     111This function set a new value in a coprocessor specific register.
     112 * '''cluster_xy''' : cluster coordinates.
     113 * '''reg_index''' : register index.
     114 * '''value''' : value to be written.
     115
     116 === 8) void '''giet_coproc_register_set'''( unsigned int cluster_xy ,  unsigned int reg_index ,  unsigned int* buffer ) ===
     117This function writes the value contained in a coprocessor specific register into an user buffer.
     118 * '''cluster_xy''' : cluster coordinates.
     119 * '''reg_index''' : register index.
     120 * '''buffer''' : pointer on the user buffer.
    110121
    111122 ==  __TTY related system calls__ ==