[][src]Function wpilib_sys::bindings::HAL_RequestInterrupts

pub unsafe extern "C" fn HAL_RequestInterrupts(
    interruptHandle: HAL_InterruptHandle,
    digitalSourceHandle: HAL_Handle,
    analogTriggerType: Type,
    status: *mut i32
)

Requests interrupts on a specific digital source.

@param interruptHandle the interrupt handle @param digitalSourceHandle the digital source handle (either a HAL_AnalogTriggerHandle of a HAL_DigitalHandle) @param analogTriggerType the trigger type if the source is an AnalogTrigger