Searched defs:InterruptFlags (Results 1 – 12 of 12) sorted by relevance
65 pub struct InterruptFlags(u32); struct68 impl InterruptFlags: u32 { impl103 impl Default for InterruptFlags { implementation109 impl InterruptFlags { implementation153 fn error(this: InterruptFlags, disabled: InterruptFlags) { in check()172 fn get(&self) -> InterruptFlags; in get()175 impl GetInterruptFlags for InterruptFlags { implementation176 fn get(&self) -> InterruptFlags { in get()192 fn get(&self) -> InterruptFlags { in get()
31 UINT8 InterruptFlags; member
144 UINT32 InterruptFlags; member
151 UINT8 InterruptFlags; member
184 UINT32 InterruptFlags; member
37 UINT8 InterruptFlags; member
142 UINT32 InterruptFlags; member
1290 InterruptFlags(InterruptFlagsType type) // NOLINT(runtime/explicit) in InterruptFlags() function1292 InterruptFlags(uint32_t type) // NOLINT(runtime/explicit) in InterruptFlags() function