[][src]Function wpilib_sys::bindings::HAL_ResetCounter

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

Resets the Counter to zero.

Sets the counter value to zero. This does not effect the running state of the counter, just sets the current value to zero.

@param counterHandle the counter handle