SimAVR
AVR Simulator
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | FIFO_CURSOR_TYPE uint16_t |
#define | FIFO_BOOL_TYPE int |
#define | FIFO_INLINE inline |
#define | FIFO_VOLATILE |
#define | FIFO_SYNC __sync_synchronize() |
#define | FIFO_ZERO_INIT {0} |
#define | FIFO_NULL { FIFO_ZERO_INIT, 0, 0, 0 } |
#define | FIFO_DECL static |
#define | DECLARE_FIFO(__type, __name, __size) |
#define | DEFINE_FIFO(__type, __name) |