ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
fxos8700_accelmagdataUser_t Struct Reference

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

Collaboration diagram for fxos8700_accelmagdataUser_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t accel [3]
 
int16_t mag [3]
 
uint8_t intsrc
 

Detailed Description

This structure defines the fxos8700 raw data buffer.

Definition at line 76 of file fxos8700_demo.c.

Field Documentation

◆ accel

int16_t accel

The time, this sample was recorded. The accel data

Definition at line 79 of file fxos8700_demo.c.

Referenced by main().

◆ intsrc

uint8_t intsrc

Definition at line 81 of file fxos8700_demo.c.

Referenced by main().

◆ mag

int16_t mag

The mag data

Definition at line 80 of file fxos8700_demo.c.

Referenced by main().

◆ timestamp

uint32_t timestamp

Definition at line 78 of file fxos8700_demo.c.

Referenced by main().


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