MicrOS
micros_rtc_time Struct Reference

RTC time structure. More...

#include <micros_rtc.h>

Public Attributes

unsigned char second
 Seconds in RTC time. More...
 
unsigned char minute
 Minutes in RTC time. More...
 
unsigned char hour
 Hours in RTC time. More...
 
unsigned char day
 Days in RTC time. More...
 
unsigned char month
 Months in RTC time. More...
 
unsigned int year
 Years in RTC time. More...
 

Detailed Description

RTC time structure.

Member Data Documentation

◆ day

unsigned char micros_rtc_time::day

Days in RTC time.

◆ hour

unsigned char micros_rtc_time::hour

Hours in RTC time.

◆ minute

unsigned char micros_rtc_time::minute

Minutes in RTC time.

◆ month

unsigned char micros_rtc_time::month

Months in RTC time.

◆ second

unsigned char micros_rtc_time::second

Seconds in RTC time.

◆ year

unsigned int micros_rtc_time::year

Years in RTC time.


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