pub unsafe fn disable_interrupt(index: u32)
Expand description
Helper function to disable a specific interrupt.
This is outside of the Clic
struct because it has to be called from the
trap handler which does not have a reference to the CLIC object.