Atomic Operations. More...
#include <arch/atomic.h>Go to the source code of this file.
Defines | |
| #define | atomic_inc(ptr) atomic_add(ptr, 1) |
| Increment the memory object at ptr atomically. | |
| #define | atomic_dec(ptr) atomic_sub(ptr, 1) |
| Decrement the memory object at ptr atomically. | |
Atomic Operations.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file atomic.h.
1.6.3