lpt_data Struct Reference

Back to the index.

Public Attributes | List of all members
lpt_data Struct Reference

Public Attributes

const char * name
 
struct interrupt irq
 
int console_handle
 
uint8_t data
 
uint8_t control
 

Detailed Description

Definition at line 51 of file dev_lpt.cc.

Member Data Documentation

◆ console_handle

int lpt_data::console_handle

Definition at line 54 of file dev_lpt.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ control

uint8_t lpt_data::control

Definition at line 57 of file dev_lpt.cc.

Referenced by DEVICE_ACCESS().

◆ data

uint8_t lpt_data::data

Definition at line 56 of file dev_lpt.cc.

Referenced by DEVICE_ACCESS().

◆ irq

struct interrupt lpt_data::irq

Definition at line 53 of file dev_lpt.cc.

Referenced by DEVINIT().

◆ name

const char* lpt_data::name

Definition at line 52 of file dev_lpt.cc.

Referenced by DEVINIT().


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