Function esp_idf_sys::intr_handler_get_arg
source ยท pub unsafe extern "C" fn intr_handler_get_arg(
rv_int_num: c_int,
) -> *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