M5Unified
m5::IMU_Base::point3d_i16_t Struct Reference

#include <IMU_Base.hpp>

Public Member Functions

union {
   int16_t   value [3]
 
   struct {
      int16_t   x
 
      int16_t   y
 
      int16_t   z
 
   }   __attribute__
 
__attribute__ ((__packed__))
 

Detailed Description

Definition at line 22 of file IMU_Base.hpp.

Member Function Documentation

◆ __attribute__()

union m5::IMU_Base::point3d_i16_t::@9 m5::IMU_Base::point3d_i16_t::__attribute__ ( (__packed__)  )

Member Data Documentation

◆ 

struct { ... } m5::IMU_Base::point3d_i16_t::__attribute__

◆ value

int16_t m5::IMU_Base::point3d_i16_t::value[3]

Definition at line 26 of file IMU_Base.hpp.

◆ x

int16_t m5::IMU_Base::point3d_i16_t::x

Definition at line 29 of file IMU_Base.hpp.

◆ y

int16_t m5::IMU_Base::point3d_i16_t::y

Definition at line 30 of file IMU_Base.hpp.

◆ z

int16_t m5::IMU_Base::point3d_i16_t::z

Definition at line 31 of file IMU_Base.hpp.


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