Structure 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 |
Structure of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 216 of file compiler.h.
| volatile S16* StructVPtr::s16ptr |
Definition at line 222 of file compiler.h.
| volatile S32* StructVPtr::s32ptr |
Definition at line 220 of file compiler.h.
| volatile S64* StructVPtr::s64ptr |
Definition at line 218 of file compiler.h.
| volatile S8* StructVPtr::s8ptr |
Definition at line 224 of file compiler.h.
| volatile U16* StructVPtr::u16ptr |
Definition at line 223 of file compiler.h.
| volatile U32* StructVPtr::u32ptr |
Definition at line 221 of file compiler.h.
| volatile U64* StructVPtr::u64ptr |
Definition at line 219 of file compiler.h.
| volatile U8* StructVPtr::u8ptr |
Definition at line 225 of file compiler.h.
1.6.1