Structure of pointers to 64-, 32-, 16- and 8-bit unsigned integers.
#include <compiler.h>
Data Fields | |
int16_t * | s16ptr |
int32_t * | s32ptr |
int64_t * | s64ptr |
int8_t * | s8ptr |
uint16_t * | u16ptr |
uint32_t * | u32ptr |
uint64_t * | u64ptr |
uint8_t * | u8ptr |
int16_t* StructPtr::s16ptr |
int32_t* StructPtr::s32ptr |
int64_t* StructPtr::s64ptr |
int8_t* StructPtr::s8ptr |
uint16_t* StructPtr::u16ptr |
uint32_t* StructPtr::u32ptr |
uint64_t* StructPtr::u64ptr |
uint8_t* StructPtr::u8ptr |