MOS Source Code
Loading...
Searching...
No Matches
rtc.hpp File Reference
+ Include dependency graph for rtc.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void rtc_init ()
 
bool rtc_irq_handler (u32 irq, void *data)
 
void rtc_read_time (timeval_t *time)
 

Function Documentation

◆ rtc_init()

void rtc_init ( )

Definition at line 107 of file rtc.cpp.

Referenced by platform_startup_late().

+ Here is the call graph for this function:

◆ rtc_irq_handler()

bool rtc_irq_handler ( u32 irq,
void * data )

Definition at line 98 of file rtc.cpp.

Referenced by platform_startup_late().

+ Here is the call graph for this function:

◆ rtc_read_time()

void rtc_read_time ( timeval_t * time)

Definition at line 35 of file rtc.cpp.

Referenced by platform_get_time().

+ Here is the call graph for this function: