| Xmega Application Note | |||||
FIFO descriptor used by FIFO driver. More...
#include <fifo.h>

Data Fields | |
| uint8_t | align |
| volatile UnionVPtr | buffer |
| volatile uint16_t | rd_id |
| uint16_t | size |
| volatile uint16_t | wr_id |
FIFO descriptor used by FIFO driver.
Definition at line 74 of file fifo.h.
| uint8_t fifo_desc_t::align |
Definition at line 79 of file fifo.h.
Referenced by fifo_init_no_malloc(), fifo_pull(), and fifo_push().
| volatile UnionVPtr fifo_desc_t::buffer |
Definition at line 75 of file fifo.h.
Referenced by fifo_init_no_malloc(), fifo_pull(), and fifo_push().
| volatile uint16_t fifo_desc_t::rd_id |
Definition at line 76 of file fifo.h.
Referenced by fifo_get_used_size(), fifo_init_no_malloc(), fifo_pull(), and fifo_reset().
| uint16_t fifo_desc_t::size |
Definition at line 78 of file fifo.h.
Referenced by fifo_get_free_size(), fifo_get_used_size(), fifo_init_no_malloc(), fifo_pull(), and fifo_push().
| volatile uint16_t fifo_desc_t::wr_id |
Definition at line 77 of file fifo.h.
Referenced by fifo_get_used_size(), fifo_init_no_malloc(), fifo_push(), and fifo_reset().
Generated on Fri Oct 22 12:15:26 2010 for AVR1300 Using the Xmega ADC by 1.6.3
|