Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
irq_% are not inlined by the compiler which leads to it branching to a function that actually implement a single machine instruction. Inlining these functions makes the call more efficient as well as saving some bytes in ROM.