pub unsafe extern "C" fn intr_handler_get(
    rv_int_num: c_int
) -> intr_handler_t
Expand description

Get the interrupt handler function for the given CPU interrupt

@return interrupt handler registered for a particular interrupt number, or NULL otherwise