[][src]Function wpilib_sys::bindings::HAL_SetCounterAverageSize

pub unsafe extern "C" fn HAL_SetCounterAverageSize(
    counterHandle: HAL_CounterHandle,
    size: i32,
    status: *mut i32
)

Sets the average sample size of a counter.

@param counterHandle the counter handle @param size the size of samples to average