DIY Logging Volt/Ampmeter
RTC_dateTime_t Struct Reference

#include <rtc.h>

Data Fields

uint8_t firstUpdate
 
uint8_t latest
 
uint8_t hour0
 
uint8_t hour1
 
char charHour [3]
 
uint8_t newCharHour
 
uint8_t min0
 
uint8_t min1
 
char charMin [3]
 
uint8_t newCharMin
 
uint8_t sec0
 
uint8_t sec1
 
char charSec [3]
 
uint8_t newCharSec
 
uint8_t day0
 
uint8_t day1
 
char charDay [3]
 
uint8_t newCharDay
 
uint8_t wday
 
uint8_t month0
 
uint8_t month1
 
char charMonth [3]
 
uint8_t newCharMonth
 
uint16_t year0
 
uint16_t year1
 
char charYear [5]
 
uint8_t newCharYear
 

Detailed Description

Struct to store the RTC data

Definition at line 50 of file rtc.h.

Field Documentation

◆ charDay

char RTC_dateTime_t::charDay[3]

Definition at line 72 of file rtc.h.

◆ charHour

char RTC_dateTime_t::charHour[3]

Definition at line 57 of file rtc.h.

◆ charMin

char RTC_dateTime_t::charMin[3]

Definition at line 62 of file rtc.h.

◆ charMonth

char RTC_dateTime_t::charMonth[3]

Definition at line 79 of file rtc.h.

◆ charSec

char RTC_dateTime_t::charSec[3]

Definition at line 67 of file rtc.h.

◆ charYear

char RTC_dateTime_t::charYear[5]

Definition at line 84 of file rtc.h.

◆ day0

uint8_t RTC_dateTime_t::day0

Definition at line 70 of file rtc.h.

◆ day1

uint8_t RTC_dateTime_t::day1

Definition at line 71 of file rtc.h.

◆ firstUpdate

uint8_t RTC_dateTime_t::firstUpdate

Definition at line 52 of file rtc.h.

◆ hour0

uint8_t RTC_dateTime_t::hour0

Definition at line 55 of file rtc.h.

◆ hour1

uint8_t RTC_dateTime_t::hour1

Definition at line 56 of file rtc.h.

◆ latest

uint8_t RTC_dateTime_t::latest

Definition at line 53 of file rtc.h.

◆ min0

uint8_t RTC_dateTime_t::min0

Definition at line 60 of file rtc.h.

◆ min1

uint8_t RTC_dateTime_t::min1

Definition at line 61 of file rtc.h.

◆ month0

uint8_t RTC_dateTime_t::month0

Definition at line 77 of file rtc.h.

◆ month1

uint8_t RTC_dateTime_t::month1

Definition at line 78 of file rtc.h.

◆ newCharDay

uint8_t RTC_dateTime_t::newCharDay

Definition at line 73 of file rtc.h.

◆ newCharHour

uint8_t RTC_dateTime_t::newCharHour

Definition at line 58 of file rtc.h.

◆ newCharMin

uint8_t RTC_dateTime_t::newCharMin

Definition at line 63 of file rtc.h.

◆ newCharMonth

uint8_t RTC_dateTime_t::newCharMonth

Definition at line 80 of file rtc.h.

◆ newCharSec

uint8_t RTC_dateTime_t::newCharSec

Definition at line 68 of file rtc.h.

◆ newCharYear

uint8_t RTC_dateTime_t::newCharYear

Definition at line 85 of file rtc.h.

◆ sec0

uint8_t RTC_dateTime_t::sec0

Definition at line 65 of file rtc.h.

◆ sec1

uint8_t RTC_dateTime_t::sec1

Definition at line 66 of file rtc.h.

◆ wday

uint8_t RTC_dateTime_t::wday

Definition at line 75 of file rtc.h.

◆ year0

uint16_t RTC_dateTime_t::year0

Definition at line 82 of file rtc.h.

◆ year1

uint16_t RTC_dateTime_t::year1

Definition at line 83 of file rtc.h.


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