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

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

#include <diff_p_drv.h>

Collaboration diagram for diff_p_pressuredata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t pressure
 
int8_t temperature
 

Detailed Description

This structure defines the diff_p data buffer in Pressure Mode.

Definition at line 79 of file diff_p_drv.h.

Field Documentation

◆ pressure

int16_t pressure

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

Definition at line 82 of file diff_p_drv.h.

Referenced by main().

◆ temperature

int8_t temperature

Sensor temperature output; 2's complement 8-bits justified to MSBs.

Definition at line 83 of file diff_p_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 81 of file diff_p_drv.h.

Referenced by main().


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