Changes between Version 79 and Version 80 of library_stdio


Ignore:
Timestamp:
Apr 13, 2015, 9:51:11 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v79 v80  
    9898 === 3) void '''giet_coproc_run'''( unsigned int coproc_reg_index ) ===
    9999This function activates all communication channels and the allocated coprocessor itself.
    100  * '''coproc_reg_index''' : coprocessor register index to be written for activation.
     100 * '''coproc_reg_index''' : coprocessor configuration register index to be written for coprocessor activation.
    101101
    102102 === 4) void '''giet_coproc_completed'''( ) ===
     
    107107 === 5) void '''giet_coproc_release'''( unsigned int coproc_reg_index ) ===
    108108 This function releases the coprocessor allocated to the calling task, after deactivation.
    109  * '''coproc_reg_index''' : coprocessor register index to be written for deactivation.
     109 * '''coproc_reg_index''' : coprocessor configuration register index to be written for coprocessor deactivation.
    110110
    111111