pub unsafe extern "C" fn HAL_GetEncoderEncodingScale(
    encoderHandle: HAL_EncoderHandle,
    status: *mut i32
) -> i32
Expand description

Gets the encoder scale value.

This is set by the value passed during initialization to encodingType.

@param encoderHandle the encoder handle @return the encoder scale value