Changes between Version 3 and Version 4 of SrlApi


Ignore:
Timestamp:
Feb 7, 2007, 10:20:31 AM (18 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SrlApi

    v3 v4  
    11= SrlApi =
    22
    3 Srl API is your gateway to [wiki:DsxResource "software resources"].
     3Srl API is your gateway to the [wiki:DsxResource "system resources"].
    44
    55== Logging ==
     
    2323}}}
    2424
    25 == Mwmr fifos ==
     25== Mwmr Communication Channels ==
    2626
    2727 * {{{srl_mwmr_read(fifo, buffer, size)}}} reads {{{size}}} 32-bit words from fifo to buffer. {{{size}}} must be a multiple of fifo width.
     
    3030== Locks ==
    3131
    32  * {{{srl_lock_lock( lock )}}} takes the lock, waiting if necessary
     32 * {{{srl_lock_lock( lock )}}} takes a lock, waiting if necessary
    3333 * {{{srl_lock_unlock( lock )}}} releases the lock
    3434