gt_data Struct Reference

Back to the index.

Public Attributes | List of all members
gt_data Struct Reference

Public Attributes

int type
 
struct timertimer
 
struct interrupt timer0_irq
 
int interrupt_hz
 
int pending_timer0_interrupts
 
uint32_t decode [GT_N_DECODE_REGS]
 
struct pci_data * pci_data
 

Detailed Description

Definition at line 60 of file dev_gt.cc.

Member Data Documentation

◆ decode

uint32_t gt_data::decode[GT_N_DECODE_REGS]

Definition at line 69 of file dev_gt.cc.

Referenced by dev_gt_init(), and DEVICE_ACCESS().

◆ interrupt_hz

int gt_data::interrupt_hz

Definition at line 65 of file dev_gt.cc.

Referenced by DEVICE_ACCESS().

◆ pci_data

struct pci_data* gt_data::pci_data

Definition at line 71 of file dev_gt.cc.

Referenced by dev_gt_init().

◆ pending_timer0_interrupts

int gt_data::pending_timer0_interrupts

Definition at line 66 of file dev_gt.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ timer

struct timer* gt_data::timer

Definition at line 63 of file dev_gt.cc.

Referenced by DEVICE_ACCESS().

◆ timer0_irq

struct interrupt gt_data::timer0_irq

Definition at line 64 of file dev_gt.cc.

Referenced by dev_gt_init(), DEVICE_ACCESS(), and DEVICE_TICK().

◆ type

int gt_data::type

Definition at line 61 of file dev_gt.cc.

Referenced by dev_gt_init().


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