Home
last modified time | relevance | path

Searched refs:IRQ_TYPE_SENSE_MASK (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdata.rs379 const IRQ_TYPE_SENSE_MASK = 0x0000000f; constant
382 const IRQ_TYPE_DEFAULT = Self::IRQ_TYPE_SENSE_MASK.bits;
423 self.bits & Self::IRQ_TYPE_SENSE_MASK.bits in trigger_bits()
427 *self & Self::IRQ_TYPE_SENSE_MASK in trigger_type()
H A Dirqdesc.rs530 self.line_status.remove(IrqLineStatus::IRQ_TYPE_SENSE_MASK); in set_trigger_type()
532 .insert(trigger & IrqLineStatus::IRQ_TYPE_SENSE_MASK); in set_trigger_type()
H A Dmanage.rs952 trigger_type &= IrqLineStatus::IRQ_TYPE_SENSE_MASK; in do_set_irq_trigger()