[][src]Function wpilib_sys::bindings::HAL_CleanInterrupts

pub unsafe extern "C" fn HAL_CleanInterrupts(
    interruptHandle: HAL_InterruptHandle,
    status: *mut i32
) -> *mut c_void

Frees an interrupt.

@param interruptHandle the interrupt handle @return the param passed to the interrupt, or nullptr if one wasn't passed.