Changes between Version 74 and Version 75 of library_stdio
- Timestamp:
- Apr 12, 2015, 2:40:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v74 v75 94 94 * '''desc''' pointer on the giet_coproc_channel_t structure. 95 95 96 === 3) void '''giet_coproc_ start'''( unsigned intindex ) ===96 === 3) void '''giet_coproc_run'''( unsigned int coproc_reg_index ) === 97 97 This function activates all communication channels and the allocated coprocessor itself. 98 * '''coproc_reg_index''' : coprocessor register index to be written for activation. 98 99 99 100 === 4) void '''giet_coproc_completed'''( ) === … … 102 103 This function exit when at least one channel status register indicates a bus error (illegal memory access). 103 104 104 === 5) void '''giet_coproc_release'''( unsigned int index ) ===105 This function releases the coprocessor allocated to the calling task, after de sactivation.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. 107 108 108 109