ns_data Struct Reference

Back to the index.

Public Attributes | List of all members
ns_data Struct Reference

Public Attributes

int addrmult
 
int in_use
 
const char * name
 
int console_handle
 
int enable_fifo
 
struct interrupt irq
 
unsigned char reg [DEV_NS16550_LENGTH]
 
unsigned char fcr
 
int int_asserted
 
int dlab
 
int divisor
 
int databits
 
char parity
 
const char * stopbits
 

Detailed Description

Definition at line 53 of file dev_ns16550.cc.

Member Data Documentation

◆ addrmult

int ns_data::addrmult

Definition at line 54 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ console_handle

int ns_data::console_handle

Definition at line 57 of file dev_ns16550.cc.

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

◆ databits

int ns_data::databits

Definition at line 68 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ divisor

int ns_data::divisor

Definition at line 66 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ dlab

int ns_data::dlab

Definition at line 65 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ enable_fifo

int ns_data::enable_fifo

Definition at line 58 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ fcr

unsigned char ns_data::fcr

Definition at line 63 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS().

◆ in_use

int ns_data::in_use

Definition at line 55 of file dev_ns16550.cc.

Referenced by DEVINIT().

◆ int_asserted

int ns_data::int_asserted

Definition at line 64 of file dev_ns16550.cc.

Referenced by DEVICE_TICK().

◆ irq

struct interrupt ns_data::irq

Definition at line 58 of file dev_ns16550.cc.

Referenced by DEVICE_TICK(), and DEVINIT().

◆ name

const char* ns_data::name

Definition at line 56 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ parity

char ns_data::parity

Definition at line 69 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ reg

unsigned char ns_data::reg[DEV_NS16550_LENGTH]

Definition at line 62 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ stopbits

const char* ns_data::stopbits

Definition at line 70 of file dev_ns16550.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().


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

Generated on Tue Aug 25 2020 19:25:06 for GXemul by doxygen 1.8.18