| Xmega Application Note | |||||
Union of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers. More...
#include <compiler.h>
Data Fields | |
| const S16 * | s16ptr |
| const S32 * | s32ptr |
| const S64 * | s64ptr |
| const S8 * | s8ptr |
| const U16 * | u16ptr |
| const U32 * | u32ptr |
| const U64 * | u64ptr |
| const U8 * | u8ptr |
Union of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 203 of file compiler.h.
| const S16* UnionCPtr::s16ptr |
Definition at line 209 of file compiler.h.
| const S32* UnionCPtr::s32ptr |
Definition at line 207 of file compiler.h.
| const S64* UnionCPtr::s64ptr |
Definition at line 205 of file compiler.h.
| const S8* UnionCPtr::s8ptr |
Definition at line 211 of file compiler.h.
| const U16* UnionCPtr::u16ptr |
Definition at line 210 of file compiler.h.
| const U32* UnionCPtr::u32ptr |
Definition at line 208 of file compiler.h.
| const U64* UnionCPtr::u64ptr |
Definition at line 206 of file compiler.h.
| const U8* UnionCPtr::u8ptr |
Definition at line 212 of file compiler.h.
Generated on Fri Oct 22 12:15:26 2010 for AVR1300 Using the Xmega ADC by 1.6.3
|