![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the dummy DSA data buffer format. More...
#include <fsl_mag3110_i2c_3D_mag.h>
Data Fields | |
uint32 | timeStamp |
int16 | mag [3] |
uint8 | addr |
This structure defines the dummy DSA data buffer format.
Definition at line 30 of file fsl_mag3110_i2c_3D_mag.h.
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().