COSA
An Object-Oriented Platform for Arduino Programming
PCF8563::control_status_1_t Union Reference

#include <PCF8563.hh>

Collaboration diagram for PCF8563::control_status_1_t:
Collaboration graph

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...
 
}; 
 

Detailed Description

The RTCC control and status register 1 bitfields (pp. 7).

Definition at line 119 of file PCF8563.hh.

Constructor & Destructor Documentation

PCF8563::control_status_1_t::control_status_1_t ( uint8_t  value = 0)
inline

Definition at line 129 of file PCF8563.hh.

Member Data Documentation

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

< Bitfield access.

Unused.

Definition at line 122 of file PCF8563.hh.

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.


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