nRF51 SDK
|
uint16_t type presentation as an union. More...
#include <defines.h>
Data Fields | |
uint16_t | data |
struct { | |
uint8_t low | |
uint8_t high | |
} | bytes |
uint16_t type presentation as an union.
uint16_t ushort_union_t::data |
The data content.
uint8_t ushort_union_t::high |
The high byte of the data content.
uint8_t ushort_union_t::low |
The low byte of the data content.