|
Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include <DS1307.h>

Public Member Functions | |
| operator uint8_t () | |
| control_t () | |
Public Attributes | |
| uint8_t | as_uint8 |
| Unsigned byte access. More... | |
| struct { | |
| uint8_t rs:2 | |
| < Bitfield access. More... | |
| uint8_t reserved1:2 | |
| Reserved/1. More... | |
| uint8_t sqwe:1 | |
| Square-Ware Enable. More... | |
| uint8_t reserved2:2 | |
| Reserved/2. More... | |
| uint8_t out:1 | |
| Output Control. More... | |
| }; | |
|
inline |
|
inline |
| struct { ... } |
| uint8_t DS1307::control_t::rs |