Speeduino
Loading...
Searching...
No Matches
Functions
rtc_common.h File Reference

Go to the source code of this file.

Functions

void initRTC ()
 
uint8_t rtc_getSecond ()
 
uint8_t rtc_getMinute ()
 
uint8_t rtc_getHour ()
 
uint8_t rtc_getDay ()
 
uint8_t rtc_getDOW ()
 
uint8_t rtc_getMonth ()
 
uint16_t rtc_getYear ()
 
void rtc_setTime (byte, byte, byte, byte, byte, uint16_t)
 

Function Documentation

◆ initRTC()

void initRTC ( )
Here is the caller graph for this function:

◆ rtc_getDay()

uint8_t rtc_getDay ( )
Here is the caller graph for this function:

◆ rtc_getDOW()

uint8_t rtc_getDOW ( )
Here is the caller graph for this function:

◆ rtc_getHour()

uint8_t rtc_getHour ( )
Here is the caller graph for this function:

◆ rtc_getMinute()

uint8_t rtc_getMinute ( )
Here is the caller graph for this function:

◆ rtc_getMonth()

uint8_t rtc_getMonth ( )
Here is the caller graph for this function:

◆ rtc_getSecond()

uint8_t rtc_getSecond ( )
Here is the caller graph for this function:

◆ rtc_getYear()

uint16_t rtc_getYear ( )
Here is the caller graph for this function:

◆ rtc_setTime()

void rtc_setTime ( byte  ,
byte  ,
byte  ,
byte  ,
byte  ,
uint16_t   
)
Here is the caller graph for this function: