fn decode_irq_from_selector(selector: u8) -> (usize, bool)
Expand description

Given an offset that was read from/written to, return a tuple of the relevant IRQ and whether the offset refers to the high bits of that register.