rtc_data Struct Reference

Back to the index.

Public Attributes | List of all members
rtc_data Struct Reference

Public Attributes

struct interrupt irq
 
int pending_interrupts
 
int hz
 
struct timertimer
 
struct timeval cur_time
 

Detailed Description

Definition at line 52 of file dev_rtc.cc.

Member Data Documentation

◆ cur_time

struct timeval rtc_data::cur_time

Definition at line 59 of file dev_rtc.cc.

Referenced by DEVICE_ACCESS().

◆ hz

int rtc_data::hz

Definition at line 56 of file dev_rtc.cc.

Referenced by DEVICE_ACCESS().

◆ irq

struct interrupt rtc_data::irq

Definition at line 53 of file dev_rtc.cc.

Referenced by DEVICE_TICK(), and DEVINIT().

◆ pending_interrupts

int rtc_data::pending_interrupts

Definition at line 54 of file dev_rtc.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ timer

struct timer* rtc_data::timer

Definition at line 57 of file dev_rtc.cc.

Referenced by DEVICE_ACCESS().


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

Generated on Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13