Xmega Application Note | |||||
Union of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers. More...
#include <compiler.h>
Data Fields | |
volatile S16 * | s16ptr |
volatile S32 * | s32ptr |
volatile S64 * | s64ptr |
volatile S8 * | s8ptr |
volatile U16 * | u16ptr |
volatile U32 * | u32ptr |
volatile U64 * | u64ptr |
volatile U8 * | u8ptr |
Union of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 190 of file compiler.h.
volatile S16* UnionVPtr::s16ptr |
Definition at line 196 of file compiler.h.
volatile S32* UnionVPtr::s32ptr |
Definition at line 194 of file compiler.h.
volatile S64* UnionVPtr::s64ptr |
Definition at line 192 of file compiler.h.
volatile S8* UnionVPtr::s8ptr |
Definition at line 198 of file compiler.h.
volatile U16* UnionVPtr::u16ptr |
Definition at line 197 of file compiler.h.
Referenced by fifo_pull(), and fifo_push().
volatile U32* UnionVPtr::u32ptr |
Definition at line 195 of file compiler.h.
Referenced by fifo_pull(), and fifo_push().
volatile U64* UnionVPtr::u64ptr |
Definition at line 193 of file compiler.h.
volatile U8* UnionVPtr::u8ptr |
Definition at line 199 of file compiler.h.
Referenced by fifo_init_no_malloc(), fifo_pull(), and fifo_push().
Generated on Fri Oct 22 12:15:26 2010 for AVR1300 Using the Xmega ADC by ![]() |