MOS Source Code
Loading...
Searching...
No Matches
rtc.h File Reference
#include "mos/platform/platform.h"
#include <mos/types.h>
+ Include dependency graph for rtc.h:
+ 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 108 of file rtc.c.

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 99 of file rtc.c.

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 36 of file rtc.c.

Referenced by platform_get_time().

+ Here is the call graph for this function: