Searched defs:_SXMODULE (Results 1 – 1 of 1) sorted by relevance
81 typedef struct _SXMODULE struct83 WORD mc_next; /* 0x00 Next module "pointer" (ORed with 0x8000) */84 BYTE mc_type; /* 0x02 Type of TA in terms of number of channels */85 BYTE mc_mod_no; /* 0x03 Module number on SI bus cable (0 closest to card) */86 BYTE mc_dtr; /* 0x04 Private DTR copy (TA only) */87 BYTE mc_rfu1; /* 0x05 Reserved */88 WORD mc_uart; /* 0x06 UART base address for this module */89 BYTE mc_chip; /* 0x08 Chip type / number of ports */90 BYTE mc_current_uart; /* 0x09 Current uart selected for this module */92 PCHAN mc_chan_pointer[8]; /* 0x0A Pointer to each channel structure */[all …]