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

#include <MPU6050.hh>

Collaboration diagram for MPU6050::int_status_t:
Collaboration graph

Public Member Functions

 int_status_t (uint8_t value=0)
 
 operator uint8_t ()
 

Public Attributes

uint8_t as_uint8
 As a byte. More...
 
struct {
   uint8_t   DATA_RDY_INT:1
 < As bitfields. More...
 
   uint8_t   reserved1:2
 Reserved-1. More...
 
   uint8_t   I2C_MST_INT:1
 I2C Master interrupt. More...
 
   uint8_t   FIFO_OFLOW_INT:1
 FIFO buffer overflow. More...
 
   uint8_t   reserved2:3
 Reserved-2. More...
 
}; 
 

Detailed Description

Register INT_STATUS bitfields.

Definition at line 356 of file MPU6050.hh.

Constructor & Destructor Documentation

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

Definition at line 365 of file MPU6050.hh.

Member Function Documentation

MPU6050::int_status_t::operator uint8_t ( )
inline

Definition at line 369 of file MPU6050.hh.

Member Data Documentation

struct { ... }
uint8_t MPU6050::int_status_t::as_uint8

As a byte.

Definition at line 357 of file MPU6050.hh.

uint8_t MPU6050::int_status_t::DATA_RDY_INT

< As bitfields.

Data Ready interrupt.

Definition at line 359 of file MPU6050.hh.

uint8_t MPU6050::int_status_t::FIFO_OFLOW_INT

FIFO buffer overflow.

Definition at line 362 of file MPU6050.hh.

uint8_t MPU6050::int_status_t::I2C_MST_INT

I2C Master interrupt.

Definition at line 361 of file MPU6050.hh.

uint8_t MPU6050::int_status_t::reserved1

Reserved-1.

Definition at line 360 of file MPU6050.hh.

uint8_t MPU6050::int_status_t::reserved2

Reserved-2.

Definition at line 363 of file MPU6050.hh.


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