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

This structure defines the fxpq3115 data buffer in Pressure Mode. More...

#include <fxpq3115_drv.h>

Collaboration diagram for fxpq3115_pressuredata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
uint32_t pressure
 
int16_t temperature
 

Detailed Description

This structure defines the fxpq3115 data buffer in Pressure Mode.

Definition at line 45 of file fxpq3115_drv.h.

Field Documentation

◆ pressure

uint32_t pressure

Sensor pressure output: unsigned 20-bits justified to MSBs.

Definition at line 48 of file fxpq3115_drv.h.

Referenced by main().

◆ temperature

int16_t temperature

Sensor temperature output; 2's complement 12-bits justified to MSBs. MS 8-bits are integer degrees Celsius; LS 4-bits are fractional degrees Celsius.

Definition at line 49 of file fxpq3115_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 47 of file fxpq3115_drv.h.

Referenced by main().


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