[][src]Function wpilib_sys::bindings::HAL_GetFilterSelect

pub unsafe extern "C" fn HAL_GetFilterSelect(
    dioPortHandle: HAL_DigitalHandle,
    status: *mut i32
) -> i32

Reads the filter index from the FPGA.

Gets the filter index used to filter out short pulses.

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