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