dc_data Struct Reference

Back to the index.

Public Attributes | List of all members
dc_data Struct Reference

Public Attributes

struct dc7085regs regs
 
int console_handle
 
int just_transmitted_something
 
unsigned char rx_queue_char [MAX_QUEUE_LEN]
 
char rx_queue_lineno [MAX_QUEUE_LEN]
 
int cur_rx_queue_pos_write
 
int cur_rx_queue_pos_read
 
int tx_scanner
 
struct interrupt irq
 
int use_fb
 
struct lk201_data lk201
 

Detailed Description

Definition at line 49 of file dev_dc7085.cc.

Member Data Documentation

◆ console_handle

int dc_data::console_handle

Definition at line 52 of file dev_dc7085.cc.

Referenced by dev_dc7085_init().

◆ cur_rx_queue_pos_read

int dc_data::cur_rx_queue_pos_read

Definition at line 60 of file dev_dc7085.cc.

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

◆ cur_rx_queue_pos_write

int dc_data::cur_rx_queue_pos_write

Definition at line 59 of file dev_dc7085.cc.

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

◆ irq

struct interrupt dc_data::irq

Definition at line 64 of file dev_dc7085.cc.

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

◆ just_transmitted_something

int dc_data::just_transmitted_something

Definition at line 55 of file dev_dc7085.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ lk201

struct lk201_data dc_data::lk201

Definition at line 67 of file dev_dc7085.cc.

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

◆ regs

struct dc7085regs dc_data::regs

Definition at line 50 of file dev_dc7085.cc.

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

◆ rx_queue_char

unsigned char dc_data::rx_queue_char[MAX_QUEUE_LEN]

Definition at line 57 of file dev_dc7085.cc.

Referenced by add_to_rx_queue(), and DEVICE_ACCESS().

◆ rx_queue_lineno

char dc_data::rx_queue_lineno[MAX_QUEUE_LEN]

Definition at line 58 of file dev_dc7085.cc.

Referenced by add_to_rx_queue(), and DEVICE_ACCESS().

◆ tx_scanner

int dc_data::tx_scanner

Definition at line 62 of file dev_dc7085.cc.

Referenced by DEVICE_TICK().

◆ use_fb

int dc_data::use_fb

Definition at line 65 of file dev_dc7085.cc.

Referenced by dev_dc7085_init().


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

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17