|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <L3G4200D.hh>

Public Member Functions | |
| ctrl_reg3_t (uint8_t value=0) | |
| operator uint8_t () | |
Public Attributes | |
| uint8_t | as_uint8 |
| As a byte. More... | |
| struct { | |
| uint8_t I2_Empty:1 | |
| < As bitfields. More... | |
| uint8_t I2_ORun:1 | |
| FIFO Overrun interrupt on DRDY/INT2. More... | |
| uint8_t I2_WTM:1 | |
| FIFO Watermark interrupt on DRDY/INT2. More... | |
| uint8_t I2_DRDY:1 | |
| Data Ready on DRFY/INT2. More... | |
| uint8_t PP_OD:1 | |
| Push-Pull/Open drain. More... | |
| uint8_t H_Lactive:1 | |
| Interrupt active configuration on INT1. More... | |
| uint8_t I1_Boot:1 | |
| Boot status available on INT1. More... | |
| uint8_t I1_Int1:1 | |
| Interrupt enable. More... | |
| }; | |
Register CTRL_REG3 bitfields.
Definition at line 200 of file L3G4200D.hh.
|
inline |
Definition at line 212 of file L3G4200D.hh.
|
inline |
Definition at line 216 of file L3G4200D.hh.
| struct { ... } |
| uint8_t L3G4200D::ctrl_reg3_t::as_uint8 |
As a byte.
Definition at line 201 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::H_Lactive |
Interrupt active configuration on INT1.
Definition at line 208 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::I1_Boot |
Boot status available on INT1.
Definition at line 209 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::I1_Int1 |
Interrupt enable.
Definition at line 210 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::I2_DRDY |
Data Ready on DRFY/INT2.
Definition at line 206 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::I2_Empty |
| uint8_t L3G4200D::ctrl_reg3_t::I2_ORun |
FIFO Overrun interrupt on DRDY/INT2.
Definition at line 204 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::I2_WTM |
FIFO Watermark interrupt on DRDY/INT2.
Definition at line 205 of file L3G4200D.hh.
| uint8_t L3G4200D::ctrl_reg3_t::PP_OD |
Push-Pull/Open drain.
Definition at line 207 of file L3G4200D.hh.