Structure of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers. More...
#include <compiler.h>
Public Attributes | |
volatile S16 * | s16ptr |
volatile S32 * | s32ptr |
volatile S64 * | s64ptr |
volatile S8 * | s8ptr |
volatile U16 * | u16ptr |
volatile U32 * | u32ptr |
volatile U64 * | u64ptr |
volatile U8 * | u8ptr |
Structure of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 375 of file compiler.h.
volatile S16* StructVPtr::s16ptr |
Definition at line 381 of file compiler.h.
volatile S32* StructVPtr::s32ptr |
Definition at line 379 of file compiler.h.
volatile S64* StructVPtr::s64ptr |
Definition at line 377 of file compiler.h.
volatile S8* StructVPtr::s8ptr |
Definition at line 383 of file compiler.h.
volatile U16* StructVPtr::u16ptr |
Definition at line 382 of file compiler.h.
volatile U32* StructVPtr::u32ptr |
Definition at line 380 of file compiler.h.
volatile U64* StructVPtr::u64ptr |
Definition at line 378 of file compiler.h.
volatile U8* StructVPtr::u8ptr |
Definition at line 384 of file compiler.h.