[][src]Function fe_osi::interrupt::register_interrupt

pub fn register_interrupt(irqn: isize, entry_point: unsafe extern "C" fn())

Registers a function to be the handler for the specified interrupt.

Examples

register_interrupt(I2C1_IRQN, i2c_handler);