Function esp_idf_hal::sys::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