Searched defs:BusLogic_Configuration (Results 1 – 1 of 1) sorted by relevance
423 struct BusLogic_Configuration { struct424 unsigned char:5; /* Byte 0 Bits 0-4 */425 bool DMA_Channel5:1; /* Byte 0 Bit 5 */426 bool DMA_Channel6:1; /* Byte 0 Bit 6 */427 bool DMA_Channel7:1; /* Byte 0 Bit 7 */428 bool IRQ_Channel9:1; /* Byte 1 Bit 0 */429 bool IRQ_Channel10:1; /* Byte 1 Bit 1 */430 bool IRQ_Channel11:1; /* Byte 1 Bit 2 */431 bool IRQ_Channel12:1; /* Byte 1 Bit 3 */432 unsigned char:1; /* Byte 1 Bit 4 */[all …]