PX4 Firmware
PX4 Autopilot Software http://px4.io
MPL3115A2_data_t Struct Reference

#include <mpl3115a2.h>

Collaboration diagram for MPL3115A2_data_t:

Public Attributes

union {
   uint32_t   q
 
   uint16_t   w [sizeof(q)/sizeof(uint16_t)]
 
   uint8_t   b [sizeof(q)/sizeof(uint8_t)]
 
pressure
 
union {
   uint16_t   w
 
   uint8_t   b [sizeof(w)]
 
temperature
 

Detailed Description

Definition at line 95 of file mpl3115a2.h.

Member Data Documentation

◆ b

uint8_t MPL3115A2_data_t::b[sizeof(w)]

Definition at line 99 of file mpl3115a2.h.

◆ pressure

union { ... } MPL3115A2_data_t::pressure

◆ q

uint32_t MPL3115A2_data_t::q

Definition at line 97 of file mpl3115a2.h.

◆ temperature

union { ... } MPL3115A2_data_t::temperature

◆ w

uint16_t MPL3115A2_data_t::w

Definition at line 98 of file mpl3115a2.h.


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