Changes between Version 138 and Version 139 of library_stdio
- Timestamp:
- Nov 28, 2015, 1:15:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v138 v139 160 160 unsigned int buffer_size; // memory buffer size 161 161 unsigned int buffer_vaddr; // memory buffer virtual address 162 unsigned int mwmr_vaddr; // MWMR descriptorvirtual address (for MWMR mode only)163 unsigned int lock_vaddr; // lock virtual address (for MWMR mode only)162 unsigned int status_vaddr; // MWMR status virtual address (for MWMR mode only) 163 unsigned int lock_vaddr; // MWMR lock virtual address (for MWMR mode only) 164 164 } giet_coproc_channel_t; 165 165 }}} 166 167 '''NOTE''' : The <status_vaddr> field define the virtual address of the MWMR channel status, that is an array of 3 uint32_t words (STS / PTR / PTW) as in the mwmr_channel_t structure defined in the mwmr_channel.h file. The <lock_vaddr> define the virtual address of the queuing user_lock_t structure defined in the user_lock.h file. 166 168 167 169 === 4) void '''giet_coproc_run'''( unsigned int cluster_xy , unsigned int coproc_type ) ===