nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Data Fields

uint32_t data
 
uint8_t data_bytes [sizeof(uint32_t)]
 
struct {
   uint8_t   byte0
 
   uint8_t   byte1
 
   uint8_t   byte2
 
   uint8_t   byte3
 
bytes
 
struct {
   uint8_t   byte0
 
   uint8_t   byte1
 
   uint8_t   byte2
 
   uint8_t   byte3
 
bytes
 

Field Documentation

uint32_t data

The data content as a single variable.

uint8_t data_bytes

The data content as a byte array.

uint8_t byte0

Byte 0 of the data content.

uint8_t byte1

Byte 1 of the data content.

uint8_t byte2

Byte 2 of the data content.

uint8_t byte3

Byte 3 of the data content.