z8530_data Struct Reference

Back to the index.

Public Attributes | List of all members
z8530_data Struct Reference

Public Attributes

struct interrupt irq
 
int irq_asserted
 
int addr_mult
 
int console_handle [ZS_N_CHANNELS]
 
int reg_select [ZS_N_CHANNELS]
 
uint8_t rr [ZS_N_CHANNELS][ZS_N_REGS]
 
uint8_t wr [ZS_N_CHANNELS][ZS_N_REGS]
 

Detailed Description

Definition at line 62 of file dev_z8530.cc.

Member Data Documentation

◆ addr_mult

int z8530_data::addr_mult

Definition at line 65 of file dev_z8530.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ console_handle

int z8530_data::console_handle[ZS_N_CHANNELS]

Definition at line 67 of file dev_z8530.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ irq

struct interrupt z8530_data::irq

Definition at line 63 of file dev_z8530.cc.

Referenced by DEVINIT().

◆ irq_asserted

int z8530_data::irq_asserted

Definition at line 64 of file dev_z8530.cc.

◆ reg_select

int z8530_data::reg_select[ZS_N_CHANNELS]

Definition at line 68 of file dev_z8530.cc.

Referenced by DEVICE_ACCESS().

◆ rr

uint8_t z8530_data::rr[ZS_N_CHANNELS][ZS_N_REGS]

Definition at line 69 of file dev_z8530.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ wr

uint8_t z8530_data::wr[ZS_N_CHANNELS][ZS_N_REGS]

Definition at line 70 of file dev_z8530.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().


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

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17