scc_data Struct Reference

Back to the index.

Public Attributes | List of all members
scc_data Struct Reference

Public Attributes

struct interrupt irq
 
int use_fb
 
int console_handle
 
int scc_nr
 
int addrmul
 
int register_select_in_progress [N_SCC_PORTS]
 
int register_selected [N_SCC_PORTS]
 
unsigned char scc_register_r [N_SCC_PORTS *N_SCC_REGS]
 
unsigned char scc_register_w [N_SCC_PORTS *N_SCC_REGS]
 
unsigned char rx_queue_char [N_SCC_PORTS *MAX_QUEUE_LEN]
 
int cur_rx_queue_pos_write [N_SCC_PORTS]
 
int cur_rx_queue_pos_read [N_SCC_PORTS]
 
struct lk201_data lk201
 

Detailed Description

Definition at line 77 of file dev_scc.cc.

Member Data Documentation

◆ addrmul

int scc_data::addrmul

Definition at line 84 of file dev_scc.cc.

Referenced by dev_scc_init().

◆ console_handle

int scc_data::console_handle

Definition at line 81 of file dev_scc.cc.

Referenced by dev_scc_init(), and DEVICE_TICK().

◆ cur_rx_queue_pos_read

int scc_data::cur_rx_queue_pos_read[N_SCC_PORTS]

Definition at line 94 of file dev_scc.cc.

Referenced by dev_scc_add_to_rx_queue().

◆ cur_rx_queue_pos_write

int scc_data::cur_rx_queue_pos_write[N_SCC_PORTS]

Definition at line 93 of file dev_scc.cc.

Referenced by dev_scc_add_to_rx_queue().

◆ irq

struct interrupt scc_data::irq

Definition at line 78 of file dev_scc.cc.

Referenced by dev_scc_init(), and DEVICE_ACCESS().

◆ lk201

struct lk201_data scc_data::lk201

Definition at line 96 of file dev_scc.cc.

Referenced by dev_scc_dma_func(), dev_scc_init(), and DEVICE_TICK().

◆ register_select_in_progress

int scc_data::register_select_in_progress[N_SCC_PORTS]

Definition at line 86 of file dev_scc.cc.

Referenced by DEVICE_ACCESS().

◆ register_selected

int scc_data::register_selected[N_SCC_PORTS]

Definition at line 87 of file dev_scc.cc.

Referenced by DEVICE_ACCESS().

◆ rx_queue_char

unsigned char scc_data::rx_queue_char[N_SCC_PORTS *MAX_QUEUE_LEN]

Definition at line 92 of file dev_scc.cc.

Referenced by dev_scc_add_to_rx_queue().

◆ scc_nr

int scc_data::scc_nr

Definition at line 83 of file dev_scc.cc.

Referenced by dev_scc_add_to_rx_queue(), dev_scc_dma_func(), dev_scc_init(), and DEVICE_TICK().

◆ scc_register_r

unsigned char scc_data::scc_register_r[N_SCC_PORTS *N_SCC_REGS]

Definition at line 89 of file dev_scc.cc.

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

◆ scc_register_w

unsigned char scc_data::scc_register_w[N_SCC_PORTS *N_SCC_REGS]

Definition at line 90 of file dev_scc.cc.

Referenced by dev_scc_dma_func(), and DEVICE_ACCESS().

◆ use_fb

int scc_data::use_fb

Definition at line 80 of file dev_scc.cc.

Referenced by dev_scc_init(), and DEVICE_TICK().


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