esp_idf_hal::sys

Function intr_handler_get

Source
pub unsafe extern "C" fn intr_handler_get(
    rv_int_num: i32,
) -> Option<unsafe extern "C" fn(_: *mut c_void)>
Expand description

Get the interrupt handler function for the given CPU interrupt

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