FreeBASIC  0.91.0
comm_props_t Struct Reference
Collaboration diagram for comm_props_t:

Data Fields

int baseaddr
 
int def_irq
 
int irq
 
int initflags
 
int inuse
 
int chiptype
 
int counter
 
int next
 
buffer_t rxbuf
 
buffer_t txbuf
 
int txclear
 
int flags
 

Detailed Description

Definition at line 103 of file io_serial.c.

Field Documentation

int comm_props_t::baseaddr

Definition at line 105 of file io_serial.c.

int comm_props_t::chiptype

Definition at line 110 of file io_serial.c.

int comm_props_t::counter

Definition at line 111 of file io_serial.c.

int comm_props_t::def_irq

Definition at line 106 of file io_serial.c.

int comm_props_t::flags

Definition at line 116 of file io_serial.c.

int comm_props_t::initflags

Definition at line 108 of file io_serial.c.

int comm_props_t::inuse

Definition at line 109 of file io_serial.c.

int comm_props_t::irq

Definition at line 107 of file io_serial.c.

int comm_props_t::next

Definition at line 112 of file io_serial.c.

buffer_t comm_props_t::rxbuf

Definition at line 113 of file io_serial.c.

buffer_t comm_props_t::txbuf

Definition at line 114 of file io_serial.c.

int comm_props_t::txclear

Definition at line 115 of file io_serial.c.


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