Searched refs:create_slope_table_for_speed (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_motor.cpp | 42 auto table = create_slope_table_for_speed(slope, 5000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step() 52 table = create_slope_table_for_speed(slope, 3000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step() 72 auto table = create_slope_table_for_speed(slope, 2000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step_target_speed_too_high() 92 auto table = create_slope_table_for_speed(slope, 5000, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_small_half_step() 102 table = create_slope_table_for_speed(slope, 3000, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_small_half_step() 145 auto table = create_slope_table_for_speed(slope, 3000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_large_full_step() 160 table = create_slope_table_for_speed(slope, 1500, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_large_full_step() 203 auto table = create_slope_table_for_speed(slope, 3000, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_large_half_step() 218 table = create_slope_table_for_speed(slope, 1500, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_large_half_step()
|
/third_party/backends/backend/genesys/ |
H A D | motor.h | 121 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w,
|
H A D | motor.cpp | 104 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w, in create_slope_table_for_speed() function
|
H A D | gl646.cpp | 470 auto slope_table1 = create_slope_table_for_speed(motor->slope1, motor->slope1.max_speed_w, in init_regs_for_scan_session() 473 auto slope_table2 = create_slope_table_for_speed(motor->slope2, motor->slope2.max_speed_w, in init_regs_for_scan_session() 1372 auto slope_table = create_slope_table_for_speed(MotorSlope::create_from_steps(6000, 2400, 50), in load_document() 1529 auto slope_table = create_slope_table_for_speed(MotorSlope::create_from_steps(10000, 1600, 60), in eject_document()
|
H A D | low.cpp | 1745 auto table = create_slope_table_for_speed(motor_profile.slope, target_speed_w, in create_slope_table() 1755 return create_slope_table_for_speed(motor_profile.slope, motor_profile.slope.max_speed_w, in create_slope_table_fastest()
|
Completed in 8 milliseconds