Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dirqdata.rs501 const IRQD_DEFAULT_TRIGGER_SET = 1 << 25; constant
546 self.contains(Self::IRQD_DEFAULT_TRIGGER_SET) in trigger_type_was_set()
550 self.insert(Self::IRQD_DEFAULT_TRIGGER_SET); in mark_trigger_type_set()
563 self.bits |= Self::IRQD_DEFAULT_TRIGGER_SET.bits; in set_trigger_type()