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