Changes between Version 79 and Version 80 of library_stdio
- Timestamp:
- Apr 13, 2015, 9:51:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v79 v80 98 98 === 3) void '''giet_coproc_run'''( unsigned int coproc_reg_index ) === 99 99 This 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. 101 101 102 102 === 4) void '''giet_coproc_completed'''( ) === … … 107 107 === 5) void '''giet_coproc_release'''( unsigned int coproc_reg_index ) === 108 108 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. 110 110 111 111