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

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

Collaboration diagram for fxas21002_gyrodataUser_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t gyro [3]
 
int8_t temp
 
uint8_t intsrc
 

Detailed Description

This structure defines the fxas21002 raw data buffer.

Definition at line 51 of file fxas21002_demo.c.

Field Documentation

◆ gyro

int16_t gyro

The time, this sample was recorded. The gyro data

Definition at line 54 of file fxas21002_demo.c.

Referenced by main().

◆ intsrc

uint8_t intsrc

Definition at line 56 of file fxas21002_demo.c.

Referenced by main().

◆ temp

int8_t temp

Definition at line 55 of file fxas21002_demo.c.

Referenced by main().

◆ timestamp

uint32_t timestamp

Definition at line 53 of file fxas21002_demo.c.

Referenced by main().


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