Public Attributes | |
struct interrupt | irq |
int | pending_interrupts |
int | hz |
struct timer * | timer |
struct timeval | cur_time |
Definition at line 52 of file dev_rtc.cc.
struct timeval rtc_data::cur_time |
Definition at line 57 of file dev_rtc.cc.
Referenced by DEVICE_ACCESS().
int rtc_data::hz |
Definition at line 56 of file dev_rtc.cc.
Referenced by DEVICE_ACCESS().
struct interrupt rtc_data::irq |
Definition at line 160 of file dev_rtc.cc.
Referenced by DEVICE_TICK(), and DEVINIT().
int rtc_data::pending_interrupts |
Definition at line 54 of file dev_rtc.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
struct timer* rtc_data::timer |
Definition at line 57 of file dev_rtc.cc.
Referenced by DEVICE_ACCESS().