[][src]Function wpilib_sys::bindings::HAL_EnableInterrupts

pub unsafe extern "C" fn HAL_EnableInterrupts(
    interruptHandle: HAL_InterruptHandle,
    status: *mut i32
)

Enables interrupts to occur on this input.

Interrupts are disabled when the RequestInterrupt call is made. This gives time to do the setup of the other options before starting to field interrupts.

@param interruptHandle the interrupt handle