Ignore:
Timestamp:
Jan 29, 2014, 10:37:13 AM (10 years ago)
Author:
cfuguet
Message:

Adding non-blocking MWMR function macros in the
srl_mwmr.h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/libsrl/srl_mwmr.h

    r258 r280  
    88#define srl_mwmr_write(a, b, c) mwmr_write(a, (unsigned int *) b, (unsigned int) c)
    99#define srl_mwmr_read(a, b, c) mwmr_read(a, (unsigned int *) b, (unsigned int) c)
     10#define srl_mwmr_try_write(a, b, c) nb_mwmr_write(a, (unsigned int *) b, (unsigned int) c)
     11#define srl_mwmr_try_read(a, b, c) nb_mwmr_read(a, (unsigned int *) b, (unsigned int) c)
    1012
    1113
Note: See TracChangeset for help on using the changeset viewer.