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