Changes between Version 3 and Version 4 of SrlApi
- Timestamp:
- Feb 7, 2007, 10:20:31 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SrlApi
v3 v4 1 1 = SrlApi = 2 2 3 Srl API is your gateway to [wiki:DsxResource "softwareresources"].3 Srl API is your gateway to the [wiki:DsxResource "system resources"]. 4 4 5 5 == Logging == … … 23 23 }}} 24 24 25 == Mwmr fifos ==25 == Mwmr Communication Channels == 26 26 27 27 * {{{srl_mwmr_read(fifo, buffer, size)}}} reads {{{size}}} 32-bit words from fifo to buffer. {{{size}}} must be a multiple of fifo width. … … 30 30 == Locks == 31 31 32 * {{{srl_lock_lock( lock )}}} takes thelock, waiting if necessary32 * {{{srl_lock_lock( lock )}}} takes a lock, waiting if necessary 33 33 * {{{srl_lock_unlock( lock )}}} releases the lock 34 34