ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
fxls8962_acceldataUser_t Struct Reference

This structure defines the fxls8962 raw data buffer. More...

Collaboration diagram for fxls8962_acceldataUser_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t accel [3]
 
uint8_t sdcd
 
int8_t temp
 
int16_t selftest [3]
 

Detailed Description

This structure defines the fxls8962 raw data buffer.

Definition at line 52 of file fxls8962_demo.c.

Field Documentation

◆ accel

int16_t accel[3]

The time, this sample was recorded. The accel data

Definition at line 55 of file fxls8962_demo.c.

Referenced by main().

◆ sdcd

uint8_t sdcd

Definition at line 56 of file fxls8962_demo.c.

Referenced by main().

◆ selftest

int16_t selftest[3]

Definition at line 58 of file fxls8962_demo.c.

Referenced by main(), and process_host_command().

◆ temp

int8_t temp

Definition at line 57 of file fxls8962_demo.c.

Referenced by main().

◆ timestamp

uint32_t timestamp

Definition at line 54 of file fxls8962_demo.c.

Referenced by main().


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