[][src]Function wpilib_sys::bindings::HAL_GetAccumulatorCount

pub unsafe extern "C" fn HAL_GetAccumulatorCount(
    analogPortHandle: HAL_AnalogInputHandle,
    status: *mut i32
) -> i64

Read the number of accumulated values.

Read the count of the accumulated values since the accumulator was last Reset().

@param analogPortHandle Handle to the analog port. @return The number of times samples from the channel were accumulated.