Home
last modified time | relevance | path

Searched defs:active_high (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs375 active_high: bool, field
535 let active_high = flow_type.is_level_high().unwrap_or(false); in irq_set_type() localVariable