include/atomic.h File Reference

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.

Detailed Description

Atomic Operations.

Copyright (C) 2009 Atmel Corporation. All rights reserved.

Definition in file atomic.h.

Generated on Thu Apr 29 14:09:42 2010 for uart-loopback by  doxygen 1.6.3