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

This structure defines the mag3110 data buffer. More...

Collaboration diagram for mag3110_magdataUser_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t mag [3]
 
int16_t temp
 

Detailed Description

This structure defines the mag3110 data buffer.

Definition at line 76 of file mag3110_demo.c.

Field Documentation

◆ mag

int16_t mag

Sensor Magnetic Strength output: signed 16-bits.

Definition at line 79 of file mag3110_demo.c.

Referenced by main().

◆ temp

int16_t temp

The INTSRC data

Definition at line 80 of file mag3110_demo.c.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 78 of file mag3110_demo.c.

Referenced by main().


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