PHiLIP
rtc_t Union Reference

Controls the RTC. More...

#include <PHiLIP_typedef.h>

Data Fields

struct {
   basic_mode_t   mode
 
   uint8_t   second
 
   uint8_t   minute
 
   uint8_t   hour
 
   uint16_t   day
 
   uint8_t   set_second
 
   uint8_t   set_minute
 
   uint8_t   set_hour
 
   uint16_t   set_day
 
   uint8_t   res [5]
 
}; 
 
uint8_t data8 [16]
 

Detailed Description

Controls the RTC.

Field Documentation

uint8_t rtc_t::data8[16]

array for padding

uint16_t rtc_t::day

Days of rtc

uint8_t rtc_t::hour

Hours of rtc

uint8_t rtc_t::minute

Minutes of rtc

basic_mode_t rtc_t::mode

basic mode for rtc settings

uint8_t rtc_t::res[5]

Reserved bytes

uint8_t rtc_t::second

Seconds of rtc

uint16_t rtc_t::set_day

Days to set of rtc

uint8_t rtc_t::set_hour

Hours to set of rtc

uint8_t rtc_t::set_minute

Minutes to set of rtc

uint8_t rtc_t::set_second

Seconds to set of rtc


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