COSA
An Object-Oriented Platform for Arduino Programming
MPU6050::signal_path_reset_t Union Reference

#include <MPU6050.hh>

Collaboration diagram for MPU6050::signal_path_reset_t:
Collaboration graph

Public Member Functions

 signal_path_reset_t (uint8_t value=0)
 
 operator uint8_t ()
 

Public Attributes

uint8_t as_uint8
 As a byte. More...
 
struct {
   uint8_t   TEMP_RESET:1
 < As bitfields. More...
 
   uint8_t   ACCEL_RESET:1
 Reset accelerometer. More...
 
   uint8_t   GYRO_RESET:1
 Reset gyroscope. More...
 
   uint8_t   reserved:5
 Reserved. More...
 
}; 
 

Detailed Description

Register SIGNAL_PATH_RESET bitfields.

Definition at line 378 of file MPU6050.hh.

Constructor & Destructor Documentation

MPU6050::signal_path_reset_t::signal_path_reset_t ( uint8_t  value = 0)
inline

Definition at line 386 of file MPU6050.hh.

Member Function Documentation

MPU6050::signal_path_reset_t::operator uint8_t ( )
inline

Definition at line 390 of file MPU6050.hh.

Member Data Documentation

struct { ... }
uint8_t MPU6050::signal_path_reset_t::ACCEL_RESET

Reset accelerometer.

Definition at line 382 of file MPU6050.hh.

uint8_t MPU6050::signal_path_reset_t::as_uint8

As a byte.

Definition at line 379 of file MPU6050.hh.

uint8_t MPU6050::signal_path_reset_t::GYRO_RESET

Reset gyroscope.

Definition at line 383 of file MPU6050.hh.

uint8_t MPU6050::signal_path_reset_t::reserved

Reserved.

Definition at line 384 of file MPU6050.hh.

uint8_t MPU6050::signal_path_reset_t::TEMP_RESET

< As bitfields.

Reset temperature sensor.

Definition at line 381 of file MPU6050.hh.


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