[][src]Function wpilib_sys::bindings::HAL_SetFilterSelect

pub unsafe extern "C" fn HAL_SetFilterSelect(
    dioPortHandle: HAL_DigitalHandle,
    filterIndex: i32,
    status: *mut i32
)

Writes the filter index from the FPGA.

Set the filter index used to filter out short pulses.

@param dioPortHandle the digital port handle @param filterIndex the filter index (Must be in the range 0 - 3, where 0 means "none" and 1 - 3 means filter # filterIndex - 1)