bind_interrupt

Function bind_interrupt 

Source
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