[][src]Function wpilib_sys::bindings::HAL_SetFilterPeriod

pub unsafe extern "C" fn HAL_SetFilterPeriod(
    filterIndex: i32,
    value: i64,
    status: *mut i32
)

Sets the filter period for the specified filter index.

Sets the filter period in FPGA cycles. Even though there are 2 different filter index domains (MXP vs HDR), ignore that distinction for now since it compilicates the interface. That can be changed later.

@param filterIndex the filter index, 0 - 2 @param value the number of cycles that the signal must not transition to be counted as a transition.