Union Adxl345Transport_TxFrame

Union Documentation

union Adxl345Transport_TxFrame
#include <adxl345_transport_types.h>

Union for convenient data access of words, bytes and padded registers without bit-shift magic.

Public Members

uint16_t asWord

cast to uint16_t

struct TwoBytes asBytes

cast to TwoBytes

uint8_t asAddress

cast to uint8_t

struct Adxl345Transport_DataPaddedRegister asPaddedRegister

cast to Adxl345DataPaddedRegister