![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the fxls8962 raw data buffer. More...
Data Fields | |
int16_t | xdata |
int16_t | ydata |
int16_t | zdata |
This structure defines the fxls8962 raw data buffer.
This structure defines the fxls8974 raw data buffer.
This structure defines the fxls896x raw data buffer.
Definition at line 206 of file fxls8962_freemaster_demo.c.
int16_t xdata |
The x accel data
Definition at line 208 of file fxls8962_freemaster_demo.c.
Referenced by perform_selftest().
int16_t ydata |
The y accel data
Definition at line 209 of file fxls8962_freemaster_demo.c.
Referenced by perform_selftest().
int16_t zdata |
The z accel data
Definition at line 210 of file fxls8962_freemaster_demo.c.
Referenced by perform_selftest().