adb_data Struct Reference

Back to the index.

Public Attributes | List of all members
adb_data Struct Reference

Public Attributes

struct interrupt irq
 
int int_asserted
 
int kbd_dev
 
long long transfer_nr
 
uint8_t reg [N_VIA_REGS]
 
int cur_output_offset
 
uint8_t output_buf [MAX_BUF]
 
int cur_input_offset
 
int cur_input_length
 
uint8_t input_buf [MAX_BUF]
 
int dir
 
int int_enable
 
int ack
 
int tip
 

Detailed Description

Definition at line 76 of file dev_adb.cc.

Member Data Documentation

◆ ack

int adb_data::ack

Definition at line 95 of file dev_adb.cc.

◆ cur_input_length

int adb_data::cur_input_length

Definition at line 90 of file dev_adb.cc.

◆ cur_input_offset

int adb_data::cur_input_offset

Definition at line 89 of file dev_adb.cc.

◆ cur_output_offset

int adb_data::cur_output_offset

Definition at line 86 of file dev_adb.cc.

◆ dir

int adb_data::dir

Definition at line 93 of file dev_adb.cc.

◆ input_buf

uint8_t adb_data::input_buf[MAX_BUF]

Definition at line 91 of file dev_adb.cc.

◆ int_asserted

int adb_data::int_asserted

Definition at line 78 of file dev_adb.cc.

Referenced by DEVICE_TICK().

◆ int_enable

int adb_data::int_enable

Definition at line 94 of file dev_adb.cc.

Referenced by DEVICE_TICK().

◆ irq

struct interrupt adb_data::irq

Definition at line 77 of file dev_adb.cc.

Referenced by DEVICE_TICK(), and DEVINIT().

◆ kbd_dev

int adb_data::kbd_dev

Definition at line 80 of file dev_adb.cc.

◆ output_buf

uint8_t adb_data::output_buf[MAX_BUF]

Definition at line 87 of file dev_adb.cc.

◆ reg

uint8_t adb_data::reg[N_VIA_REGS]

Definition at line 84 of file dev_adb.cc.

Referenced by DEVICE_TICK().

◆ tip

int adb_data::tip

Definition at line 96 of file dev_adb.cc.

◆ transfer_nr

long long adb_data::transfer_nr

Definition at line 82 of file dev_adb.cc.


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

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13