[][src]Function wpilib_sys::bindings::HAL_GetAccumulatorValue

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

Read the accumulated value.

Read the value that has been accumulating on channel 1. The accumulator is attached after the oversample and average engine.

@param analogPortHandle Handle to the analog port. @return The 64-bit value accumulated since the last Reset().