Changes between Version 20 and Version 21 of library_mwmr


Ignore:
Timestamp:
Nov 5, 2015, 6:06:22 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_mwmr

    v20 v21  
    1818In the user code, an MWMR channel must be defined by two global variables:
    1919 * a '''channel descriptor''' is a variable of type '''mwmr_channel_t'''.
    20  * a '''data buffer''' that is an array of (width * items) unsigned int entries.
     20 * a '''data buffer''' is an array of 32 bits words.
    2121
    2222WARNING (i) The MWMR channel, can be accessed by several tasks, but it must be initialized by one single task.