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

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

#include <mag3110_drv.h>

Collaboration diagram for mag3110_magdata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t mag [3]
 

Detailed Description

This structure defines the mag3110 data buffer.

Definition at line 38 of file mag3110_drv.h.

Field Documentation

◆ mag

int16_t mag[3]

Sensor Magnetic Strength output: signed 16-bits.

Definition at line 41 of file mag3110_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 40 of file mag3110_drv.h.


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