fifo Struct Reference

The structure forming the FIFO. More...

#include <fifo.h>


Data Fields

uint32_t max_size
uint32_t current_size
uint8_t * buffer
uint8_t * write_ptr
uint8_t * read_ptr
uint8_t * end_ptr


Detailed Description

The structure forming the FIFO.

A FIFO instance is defined by this structure.


Field Documentation

uint8_t* fifo::buffer

The data buffer

uint32_t fifo::current_size

The current size of the fifo

uint8_t* fifo::end_ptr

A pointer to the byte just beyond the fifo's buffer

uint32_t fifo::max_size

The maximum size of the fifo

uint8_t* fifo::read_ptr

The read pointer

uint8_t* fifo::write_ptr

The write pointer


The documentation for this struct was generated from the following file:
Generated on Sat Aug 12 18:40:55 2006 for Nintendo DS SPI UART Bridge Driver by  doxygen 1.4.7