COSA
An Object-Oriented Platform for Arduino Programming
|
#include <L3G4200D.hh>
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... | |
}; | |
Register CTRL_REG5 bitfields.
Definition at line 248 of file L3G4200D.hh.
|
inline |
Definition at line 257 of file L3G4200D.hh.
|
inline |
Definition at line 261 of file L3G4200D.hh.
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 |