Searched defs:interrupt_pin (Results 1 – 1 of 1) sorted by relevance
453 pub interrupt_pin: u8, // 指定设备使用的中断引脚。其中值为0x1INTA#、0x2INTB#、0x3INTC#、0x4INTD#,0x0表示设备不使用中断引脚。 field534 pub interrupt_pin: u8, field588 pub interrupt_pin: u8, field781 let interrupt_pin = (result >> 8) as u8; in pci_read_general_device_header() localVariable853 let interrupt_pin = (result >> 8) as u8; in pci_read_pci_to_pci_bridge_header() localVariable919 let interrupt_pin = (result >> 8) as u8; in pci_read_pci_to_cardbus_bridge_header() localVariable