Constant interrupts::IRQ_BASE_OFFSET
pub const IRQ_BASE_OFFSET: u8 = 0x20; // 32u8
Expand description
The offset added to the first IRQ: 0x20
.
This is needed to shift the start of all IRQ vectors to after the end of the CPU exception vectors, which occupy the first 32 IRQ vectors.