Function esp_idf_hal::sys::intr_handler_get_arg
source ยท pub unsafe extern "C" fn intr_handler_get_arg(
rv_int_num: i32,
) -> *mut c_void
Expand description
Get the interrupt handler argument associated with the given CPU interrupt
@return interrupt handler argument for a particular interrupt number, or NULL otherwise