Changes between Version 7 and Version 8 of SrlApi
- Timestamp:
- Feb 7, 2007, 11:32:12 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SrlApi
v7 v8 29 29 * {{{srl_mwmr_read(channel, local_buffer, size)}}} reads {{{size}}} 32-bit words from the MWMR channel to the local buffer. The {{{local_buffer}}} argument is a {{{void*}}}. The {{{size}}} argument must be a multiple of the channel width. 30 30 31 * {{{srl_mwmr_write(channel, local_buffer, size)}}} writes {{{size}}} 32-bit words from the local buffer to the MWMR channel. The {{{local_buffer}}} argument is a {{{void*}}}. The {{{size}}} argument must be a multiple of fifowidth.31 * {{{srl_mwmr_write(channel, local_buffer, size)}}} writes {{{size}}} 32-bit words from the local buffer to the MWMR channel. The {{{local_buffer}}} argument is a {{{void*}}}. The {{{size}}} argument must be a multiple of the channel width. 32 32 33 33 == Locks ==