![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the dummy DSA data buffer format. More...
#include <fsl_mma865x_i2c_3D_accel.h>
Data Fields | |
uint32 | timeStamp |
int16 | accel [3] |
uint8 | addr |
This structure defines the dummy DSA data buffer format.
Definition at line 55 of file fsl_mma865x_i2c_3D_accel.h.
int16 accel[3] |
The accelerometer data
Definition at line 57 of file fsl_mma865x_i2c_3D_accel.h.
Referenced by fsl_mma865x_i2c_3D_accel_Initialize(), and fsl_mma865x_i2c_3D_accel_PeriodicCallback().
uint8 addr |
The device "address" can uniquely identify the sensor
Definition at line 58 of file fsl_mma865x_i2c_3D_accel.h.
Referenced by fsl_mma865x_i2c_3D_accel_Initialize().
uint32 timeStamp |
The time stamp for the data packet.
Definition at line 56 of file fsl_mma865x_i2c_3D_accel.h.
Referenced by fsl_mma865x_i2c_3D_accel_Initialize(), and fsl_mma865x_i2c_3D_accel_PeriodicCallback().