ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mag3110_DataBuffer_t Struct Reference

This structure defines the dummy DSA data buffer format. More...

#include <fsl_mag3110_i2c_3D_mag.h>

Collaboration diagram for mag3110_DataBuffer_t:
Collaboration graph

Data Fields

uint32 timeStamp
 
int16 mag [3]
 
uint8 addr
 

Detailed Description

This structure defines the dummy DSA data buffer format.

Definition at line 30 of file fsl_mag3110_i2c_3D_mag.h.

Field Documentation

uint8 addr

The device "address" can uniquely identify the sensor

Definition at line 33 of file fsl_mag3110_i2c_3D_mag.h.

Referenced by fsl_mag3110_i2c_3D_mag_Initialize().

int16 mag[3]

The magnetometer data

Definition at line 32 of file fsl_mag3110_i2c_3D_mag.h.

Referenced by fsl_mag3110_i2c_3D_mag_Initialize(), and fsl_mag3110_i2c_3D_mag_PeriodicCallback().

uint32 timeStamp

The time stamp for the data packet.

Definition at line 31 of file fsl_mag3110_i2c_3D_mag.h.

Referenced by fsl_mag3110_i2c_3D_mag_Initialize(), and fsl_mag3110_i2c_3D_mag_PeriodicCallback().


The documentation for this struct was generated from the following file: