Arduino-RTC
Real-Time Clock (RTC) library for Arduino
DS1307::timekeeper_t Struct Reference

#include <DS1307.h>

Collaboration diagram for DS1307::timekeeper_t:
Collaboration graph

Public Attributes

rtc_t rtc
 Clock/Calender Registers. More...
 
control_t control
 Control Register. More...
 
uint8_t ram [RAM_MAX]
 Random Access Memory. More...
 

Detailed Description

The Timekeeper Registers (Table 2, pp. 8).

Definition at line 229 of file DS1307.h.

Member Data Documentation

control_t DS1307::timekeeper_t::control

Control Register.

Definition at line 231 of file DS1307.h.

uint8_t DS1307::timekeeper_t::ram[RAM_MAX]

Random Access Memory.

Definition at line 232 of file DS1307.h.

rtc_t DS1307::timekeeper_t::rtc

Clock/Calender Registers.

Definition at line 230 of file DS1307.h.


The documentation for this struct was generated from the following file: