SimAVR
AVR Simulator
fifo_declare.h File Reference
#include <stdint.h>
Include dependency graph for fifo_declare.h:
This graph shows which files directly or indirectly include this file:

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)