pub unsafe fn bind_interrupt(interrupt: Interrupt, handler: IsrCallback)Expand description
Binds the given interrupt to the given handler.
ยงSafety
This will replace any previously bound interrupt handler
pub unsafe fn bind_interrupt(interrupt: Interrupt, handler: IsrCallback)Binds the given interrupt to the given handler.
This will replace any previously bound interrupt handler