ISSDK  1.7
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 77 of file fxas21002_demo.c.

Field Documentation

◆ gyro

int16_t gyro

The time, this sample was recorded. The gyro data

Definition at line 80 of file fxas21002_demo.c.

Referenced by main().

◆ intsrc

uint8_t intsrc

Definition at line 82 of file fxas21002_demo.c.

Referenced by main().

◆ temp

int8_t temp

Definition at line 81 of file fxas21002_demo.c.

Referenced by main().

◆ timestamp

uint32_t timestamp

Definition at line 79 of file fxas21002_demo.c.

Referenced by main().


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