ae2f_docs
Loading...
Searching...
No Matches
atom.h File Reference

fetch, store and load. More...

#include "./sclr.h"

Go to the source code of this file.

Functions

uint atom_cmpxchg_u (volatile uint *p, uint cmp, uint val)
int atom_cmpxchg_i (volatile int *p, int cmp, int val)
int atom_xchg_i (volatile int *p, int val)
int atom_xchg_u (volatile uint *p, uint val)

Detailed Description