COSA
An Object-Oriented Platform for Arduino Programming
L3G4200D::ctrl_reg5_t Union Reference

#include <L3G4200D.hh>

Collaboration diagram for L3G4200D::ctrl_reg5_t:
Collaboration graph

Public Member Functions

 ctrl_reg5_t (uint8_t value=0)
 
 operator uint8_t ()
 

Public Attributes

uint8_t as_uint8
 As a byte. More...
 
struct {
   uint8_t   Out_Sel:2
 < As bitfields. More...
 
   uint8_t   INT1_Sel:2
 INT1 Selection configuration. More...
 
   uint8_t   HPen:1
 High Pass filter Enable. More...
 
   uint8_t   FIFO_EN:1
 FIFO enable. More...
 
   uint8_t   BOOT:1
 Reboot memory content. More...
 
}; 
 

Detailed Description

Register CTRL_REG5 bitfields.

Definition at line 248 of file L3G4200D.hh.

Constructor & Destructor Documentation

L3G4200D::ctrl_reg5_t::ctrl_reg5_t ( uint8_t  value = 0)
inline

Definition at line 257 of file L3G4200D.hh.

Member Function Documentation

L3G4200D::ctrl_reg5_t::operator uint8_t ( )
inline

Definition at line 261 of file L3G4200D.hh.

Member Data Documentation

struct { ... }
uint8_t L3G4200D::ctrl_reg5_t::as_uint8

As a byte.

Definition at line 249 of file L3G4200D.hh.

uint8_t L3G4200D::ctrl_reg5_t::BOOT

Reboot memory content.

Definition at line 255 of file L3G4200D.hh.

uint8_t L3G4200D::ctrl_reg5_t::FIFO_EN

FIFO enable.

Definition at line 254 of file L3G4200D.hh.

uint8_t L3G4200D::ctrl_reg5_t::HPen

High Pass filter Enable.

Definition at line 253 of file L3G4200D.hh.

uint8_t L3G4200D::ctrl_reg5_t::INT1_Sel

INT1 Selection configuration.

Definition at line 252 of file L3G4200D.hh.

uint8_t L3G4200D::ctrl_reg5_t::Out_Sel

< As bitfields.

Out Selection configuration.

Definition at line 251 of file L3G4200D.hh.


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