Function a121_sys::acc_config_start_point_set

source ยท
pub unsafe extern "C" fn acc_config_start_point_set(
    config: *mut acc_config_t,
    start_point: i32,
)
Expand description

@brief Set the starting point of the sweep

This sets the starting point of the sweep. The corresponding start in millimeter is approximately start_point * 2.5 mm. For the exact distance in meter, use the @ref acc_processing_points_to_meter function.

@param[in] config The configuration @param[in] start_point The starting point of the sweep