Changes between Version 74 and Version 75 of library_stdio


Ignore:
Timestamp:
Apr 12, 2015, 2:40:06 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v74 v75  
    9494 * '''desc''' pointer on the giet_coproc_channel_t structure.
    9595
    96  === 3) void '''giet_coproc_start'''( unsigned int index ) ===
     96 === 3) void '''giet_coproc_run'''( unsigned int coproc_reg_index ) ===
    9797This function activates all communication channels and the allocated coprocessor itself.
     98 * '''coproc_reg_index''' : coprocessor register index to be written for activation.
    9899
    99100 === 4) void '''giet_coproc_completed'''( ) ===
     
    102103This function exit when at least one channel status register indicates a  bus error (illegal memory access).
    103104
    104  === 5) void '''giet_coproc_release'''( unsigned int index ) ===
    105  This function releases the coprocessor allocated to the calling task, after desactivation.
    106  * '''index''' : coprocessor register index to be written for desactivation.
     105 === 5) void '''giet_coproc_release'''( unsigned int coproc_reg_index ) ===
     106 This function releases the coprocessor allocated to the calling task, after deactivation.
     107 * '''coproc_reg_index''' : coprocessor register index to be written for deactivation.
    107108
    108109