Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
rtc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void rtc_set_reg (Uint8 val)
 
void rtc_write_reg (Uint8 val)
 
void rtc_reset (void)
 
Uint8 rtc_read_reg (void)
 

Variables

int rtc_update_trigger
 

Function Documentation

◆ rtc_read_reg()

Uint8 rtc_read_reg ( void  )

Definition at line 110 of file rtc.c.

Here is the caller graph for this function:

◆ rtc_reset()

void rtc_reset ( void  )

Definition at line 96 of file rtc.c.

Here is the caller graph for this function:

◆ rtc_set_reg()

void rtc_set_reg ( Uint8  val)

Definition at line 34 of file rtc.c.

Here is the caller graph for this function:

◆ rtc_write_reg()

void rtc_write_reg ( Uint8  val)

Definition at line 41 of file rtc.c.

Here is the caller graph for this function:

Variable Documentation

◆ rtc_update_trigger

int rtc_update_trigger

Definition at line 31 of file rtc.c.