Changes between Version 20 and Version 21 of library_mwmr
- Timestamp:
- Nov 5, 2015, 6:06:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_mwmr
v20 v21 18 18 In the user code, an MWMR channel must be defined by two global variables: 19 19 * 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. 21 21 22 22 WARNING (i) The MWMR channel, can be accessed by several tasks, but it must be initialized by one single task.