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

Public Attributes | |
| control_status_1_t | cs1 |
| Control Status 1. More... | |
| control_status_2_t | cs2 |
| Control Status 2. More... | |
| time_t | clock |
| Real-Time Clock. More... | |
| alarm_t | alarm |
| Alarm Function. More... | |
| clock_control_t | cc |
| Clock Output Control. More... | |
| timer_control_t | tc |
| Timer Control. More... | |
| uint8_t | timer |
| Timer Period. More... | |
The RTCC Register Map (Fig 1. pp. 3).
Definition at line 209 of file PCF8563.hh.
| alarm_t PCF8563::rtcc_t::alarm |
Alarm Function.
Definition at line 213 of file PCF8563.hh.
| clock_control_t PCF8563::rtcc_t::cc |
Clock Output Control.
Definition at line 214 of file PCF8563.hh.
| time_t PCF8563::rtcc_t::clock |
Real-Time Clock.
Definition at line 212 of file PCF8563.hh.
| control_status_1_t PCF8563::rtcc_t::cs1 |
Control Status 1.
Definition at line 210 of file PCF8563.hh.
| control_status_2_t PCF8563::rtcc_t::cs2 |
Control Status 2.
Definition at line 211 of file PCF8563.hh.
| timer_control_t PCF8563::rtcc_t::tc |
Timer Control.
Definition at line 215 of file PCF8563.hh.
| uint8_t PCF8563::rtcc_t::timer |
Timer Period.
Definition at line 216 of file PCF8563.hh.