GDB (xrefs)
|
Public Attributes | |
int | base |
int | irq |
int | refcnt |
struct intrupt * | intrupt |
int | fifo |
int | baudrate |
unsigned char | cbuf [CBSIZE] |
unsigned int | first |
unsigned int | count |
int | txbusy |
unsigned char | old_mcr |
int | ferr |
int | perr |
int | oflo |
int | msr |
Definition at line 189 of file ser-go32.c.
int dos_ttystate::base |
Definition at line 191 of file ser-go32.c.
Referenced by _initialize_ser_dos(), dos_write(), and info_serial_command().
int dos_ttystate::baudrate |
Definition at line 196 of file ser-go32.c.
Referenced by dos_close(), dos_open(), dos_set_tty_state(), dos_setbaudrate(), and info_serial_command().
unsigned char dos_ttystate::cbuf[CBSIZE] |
Definition at line 197 of file ser-go32.c.
Referenced by dos_getc(), and dos_putc().
unsigned int dos_ttystate::count |
Definition at line 199 of file ser-go32.c.
Referenced by gdb.dap.varref.VariableReference::_update_value(), gdb.dap.varref.VariableReference::child_count(), dos_flush_input(), dos_getc(), dos_open(), dos_putc(), and dos_write().
int dos_ttystate::ferr |
Definition at line 202 of file ser-go32.c.
Referenced by dos_comisr(), and info_serial_command().
int dos_ttystate::fifo |
Definition at line 195 of file ser-go32.c.
Referenced by dos_close(), dos_flush_input(), dos_open(), dos_write(), and info_serial_command().
unsigned int dos_ttystate::first |
Definition at line 198 of file ser-go32.c.
Referenced by dos_flush_input(), dos_getc(), dos_open(), and dos_putc().
struct intrupt* dos_ttystate::intrupt |
Definition at line 194 of file ser-go32.c.
Referenced by dos_close(), dos_open(), and info_serial_command().
int dos_ttystate::irq |
Definition at line 192 of file ser-go32.c.
Referenced by _initialize_ser_dos(), dos_comisr(), dos_open(), and info_serial_command().
int dos_ttystate::msr |
Definition at line 205 of file ser-go32.c.
Referenced by dos_comisr().
int dos_ttystate::oflo |
Definition at line 204 of file ser-go32.c.
Referenced by dos_close(), dos_comisr(), dos_open(), and info_serial_command().
unsigned char dos_ttystate::old_mcr |
Definition at line 201 of file ser-go32.c.
int dos_ttystate::perr |
Definition at line 203 of file ser-go32.c.
Referenced by dos_comisr(), and info_serial_command().
int dos_ttystate::refcnt |
Definition at line 193 of file ser-go32.c.
Referenced by dos_close(), dos_get_tty_state(), and dos_open().
int dos_ttystate::txbusy |
Definition at line 200 of file ser-go32.c.
Referenced by dos_comisr(), dos_open(), and dos_write().