COSA
An Object-Oriented Platform for Arduino Programming
|
#include <PCF8563.hh>
Public Member Functions | |
control_status_1_t (uint8_t value=0) | |
Public Attributes | |
uint8_t | as_uint8 |
Unsigned byte access. More... | |
struct { | |
uint8_t N1:3 | |
< Bitfield access. More... | |
uint8_t TESTC:1 | |
Power-On Reset override. More... | |
uint8_t N2:1 | |
Unused. More... | |
uint8_t STOP:1 | |
RTC source clock run. More... | |
uint8_t N3:1 | |
Unused. More... | |
uint8_t TEST1:1 | |
Normal mode(0), test mode(1). More... | |
}; | |
The RTCC control and status register 1 bitfields (pp. 7).
Definition at line 119 of file PCF8563.hh.
|
inline |
Definition at line 129 of file PCF8563.hh.
struct { ... } |
uint8_t PCF8563::control_status_1_t::as_uint8 |
Unsigned byte access.
Definition at line 120 of file PCF8563.hh.
uint8_t PCF8563::control_status_1_t::N1 |
uint8_t PCF8563::control_status_1_t::N2 |
Unused.
Definition at line 124 of file PCF8563.hh.
uint8_t PCF8563::control_status_1_t::N3 |
Unused.
Definition at line 126 of file PCF8563.hh.
uint8_t PCF8563::control_status_1_t::STOP |
RTC source clock run.
Definition at line 125 of file PCF8563.hh.
uint8_t PCF8563::control_status_1_t::TEST1 |
Normal mode(0), test mode(1).
Definition at line 127 of file PCF8563.hh.
uint8_t PCF8563::control_status_1_t::TESTC |
Power-On Reset override.
Definition at line 123 of file PCF8563.hh.