Union of pointers to constant volatile 64-, 32-, 16- and 8-bit unsigned integers. More...
#include <compiler.h>
Data Fields | |
| const volatile S16 * | s16ptr |
| const volatile S32 * | s32ptr |
| const volatile S64 * | s64ptr |
| const volatile S8 * | s8ptr |
| const volatile U16 * | u16ptr |
| const volatile U32 * | u32ptr |
| const volatile U64 * | u64ptr |
| const volatile U8 * | u8ptr |
Union of pointers to constant volatile 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 190 of file compiler.h.
| const volatile S16* UnionCVPtr::s16ptr |
Definition at line 196 of file compiler.h.
| const volatile S32* UnionCVPtr::s32ptr |
Definition at line 194 of file compiler.h.
| const volatile S64* UnionCVPtr::s64ptr |
Definition at line 192 of file compiler.h.
| const volatile S8* UnionCVPtr::s8ptr |
Definition at line 198 of file compiler.h.
| const volatile U16* UnionCVPtr::u16ptr |
Definition at line 197 of file compiler.h.
| const volatile U32* UnionCVPtr::u32ptr |
Definition at line 195 of file compiler.h.
| const volatile U64* UnionCVPtr::u64ptr |
Definition at line 193 of file compiler.h.
Referenced by flashcdw_memcpy(), and flashcdw_memset64().
| const volatile U8* UnionCVPtr::u8ptr |
Definition at line 199 of file compiler.h.
Referenced by flashcdw_memcpy(), and flashcdw_memset64().
1.6.1