COSA
An Object-Oriented Platform for Arduino Programming
|
#include <DS3231.hh>
Public Attributes | |
uint8_t | as_uint8 |
struct { | |
uint8_t a1ie:1 | |
Alarm 1 Interrupt Enable. More... | |
uint8_t a2ie:1 | |
Alarm 2 Interrupt Enable. More... | |
uint8_t intcn:1 | |
Interrupt Control. More... | |
uint8_t rs:2 | |
Rate Select. More... | |
uint8_t conv:1 | |
Convert Temperature. More... | |
uint8_t bbsqw:1 | |
Battery-Backup Square-Wave Enable. More... | |
uint8_t eosc:1 | |
Enable Oscillator. More... | |
}; | |
struct { ... } |
uint8_t DS3231::control_t::bbsqw |