pub unsafe extern "C" fn esp_intr_get_intno(
    handle: *mut intr_handle_data_t
) -> i32
Expand description

@brief Get the allocated interrupt for a certain handle

@param handle The handle, as obtained by esp_intr_alloc or esp_intr_alloc_intrstatus

@return The interrupt number