Changes between Version 2 and Version 3 of library_mwmr
- Timestamp:
- Nov 6, 2014, 1:41:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_mwmr
v2 v3 14 14 The ''vobj_get_vbase()'' system call can be used by the tasks to get the virtual base address of the channel from it's name. 15 15 16 == __ Blocking Functions__==16 == __ Blocking Functions__ == 17 17 18 18 The ''mwmr_read()'' and ''mwmr_write()'' functions are blocking functions, that return only when the transfer is completed. … … 33 33 34 34 35 == __Non Blocking Functions__==35 == __Non Blocking Functions__ == 36 36 37 37 The ''nb_mwmr_read()'' and ''nb_mwmr_write()'' functions are non-blocking functions.