![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
MMA8491Q data buffer format. More...
#include <fsl_mma8491q_i2c_3D_accel.h>
Data Fields | |
uint32 | timestamp |
Time stamp value in micro-seconds. More... | |
int16 | accel [3] |
Accelerometer raw data buffer. MMA8491Q supports X,Y,Z axes(3). More... | |
uint8 | xOut |
The Tilt X data from the sensor. More... | |
uint8 | yOut |
The Tilt Y data from the sensor. More... | |
uint8 | zOut |
The Tilt Z data from the sensor. More... | |
MMA8491Q data buffer format.
Definition at line 21 of file fsl_mma8491q_i2c_3D_accel.h.
int16 accel[3] |
Accelerometer raw data buffer. MMA8491Q supports X,Y,Z axes(3).
Definition at line 24 of file fsl_mma8491q_i2c_3D_accel.h.
Referenced by fsl_mma8491q_i2c_3D_accel_Initialize(), and fsl_mma8491q_read_data_OneShotCallback().
uint32 timestamp |
Time stamp value in micro-seconds.
Definition at line 23 of file fsl_mma8491q_i2c_3D_accel.h.
Referenced by fsl_mma8491q_i2c_3D_accel_Initialize(), and fsl_mma8491q_read_data_OneShotCallback().
uint8 xOut |
The Tilt X data from the sensor.
Definition at line 25 of file fsl_mma8491q_i2c_3D_accel.h.
Referenced by fsl_mma8491q_i2c_3D_accel_Initialize(), and fsl_mma8491q_read_data_OneShotCallback().
uint8 yOut |
The Tilt Y data from the sensor.
Definition at line 26 of file fsl_mma8491q_i2c_3D_accel.h.
Referenced by fsl_mma8491q_i2c_3D_accel_Initialize(), and fsl_mma8491q_read_data_OneShotCallback().
uint8 zOut |
The Tilt Z data from the sensor.
Definition at line 27 of file fsl_mma8491q_i2c_3D_accel.h.
Referenced by fsl_mma8491q_i2c_3D_accel_Initialize(), and fsl_mma8491q_read_data_OneShotCallback().