|
FreeBASIC
0.91.0
|
Data Fields | |
| int | usecount |
| int | old_pic_mask |
| int | first |
| int | irq |
| int | intnum |
| void(* | irq_handler )(void) |
| _go32_dpmi_seginfo | old_rmhandler |
| _go32_dpmi_seginfo | old_pmhandler |
| _go32_dpmi_seginfo | new_rmhandler |
| _go32_dpmi_seginfo | new_pmhandler |
| _go32_dpmi_registers | regs |
Definition at line 77 of file io_serial.c.
| int irq_props_t::first |
Definition at line 81 of file io_serial.c.
| int irq_props_t::intnum |
Definition at line 84 of file io_serial.c.
| int irq_props_t::irq |
Definition at line 83 of file io_serial.c.
| void(* irq_props_t::irq_handler)(void) |
Definition at line 85 of file io_serial.c.
| _go32_dpmi_seginfo irq_props_t::new_pmhandler |
Definition at line 89 of file io_serial.c.
| _go32_dpmi_seginfo irq_props_t::new_rmhandler |
Definition at line 88 of file io_serial.c.
| int irq_props_t::old_pic_mask |
Definition at line 80 of file io_serial.c.
| _go32_dpmi_seginfo irq_props_t::old_pmhandler |
Definition at line 87 of file io_serial.c.
| _go32_dpmi_seginfo irq_props_t::old_rmhandler |
Definition at line 86 of file io_serial.c.
| _go32_dpmi_registers irq_props_t::regs |
Definition at line 90 of file io_serial.c.
| int irq_props_t::usecount |
Definition at line 79 of file io_serial.c.