COSA
An Object-Oriented Platform for Arduino Programming
|
#include <L3G4200D.hh>
Public Member Functions | |
int1_duration_t (uint8_t value=0) | |
operator uint8_t () | |
Public Attributes | |
uint8_t | as_uint8 |
As a byte. More... | |
struct { | |
uint8_t value:7 | |
< As bitfields. More... | |
uint8_t WAIT:1 | |
Wait enable. More... | |
}; | |
Register INT1_DURATION bitfields.
Definition at line 392 of file L3G4200D.hh.
|
inline |
Definition at line 398 of file L3G4200D.hh.
|
inline |
Definition at line 402 of file L3G4200D.hh.
struct { ... } |
uint8_t L3G4200D::int1_duration_t::as_uint8 |
As a byte.
Definition at line 393 of file L3G4200D.hh.
uint8_t L3G4200D::int1_duration_t::value |
uint8_t L3G4200D::int1_duration_t::WAIT |
Wait enable.
Definition at line 396 of file L3G4200D.hh.