M5Unified
|
#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__)) |
Definition at line 22 of file IMU_Base.hpp.
union m5::IMU_Base::point3d_i16_t::@9 m5::IMU_Base::point3d_i16_t::__attribute__ | ( | (__packed__) | ) |
struct { ... } m5::IMU_Base::point3d_i16_t::__attribute__ |
int16_t m5::IMU_Base::point3d_i16_t::value[3] |
Definition at line 26 of file IMU_Base.hpp.
int16_t m5::IMU_Base::point3d_i16_t::x |
Definition at line 29 of file IMU_Base.hpp.
int16_t m5::IMU_Base::point3d_i16_t::y |
Definition at line 30 of file IMU_Base.hpp.
int16_t m5::IMU_Base::point3d_i16_t::z |
Definition at line 31 of file IMU_Base.hpp.