Searched refs:create_from_steps (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | tables_motor.cpp | 38 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 39 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 46 motor.profiles.push_back({MotorSlope::create_from_steps(2000, 1375, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 47 motor.profiles.push_back({MotorSlope::create_from_steps(2000, 1375, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 54 motor.profiles.push_back({MotorSlope::create_from_steps(2289, 2100, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 55 motor.profiles.push_back({MotorSlope::create_from_steps(2289, 2100, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 62 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 63 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 70 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables() 71 motor.profiles.push_back({MotorSlope::create_from_steps(1100 in genesys_init_motor_tables() [all...] |
H A D | gl646.cpp | 84 MotorSlope::create_from_steps(2329, 120, 229), 85 MotorSlope::create_from_steps(3399, 337, 192), 192}, 88 MotorSlope::create_from_steps(3429, 305, 200), 89 MotorSlope::create_from_steps(3399, 337, 192), 192}, 92 MotorSlope::create_from_steps(2905, 187, 143), 93 MotorSlope::create_from_steps(3399, 337, 192), 192}, 96 MotorSlope::create_from_steps(3429, 305, 73), 97 MotorSlope::create_from_steps(3399, 337, 192), 192}, 100 MotorSlope::create_from_steps(1055, 563, 11), 101 MotorSlope::create_from_steps(339 [all...] |
H A D | motor.h | 99 static MotorSlope create_from_steps(unsigned initial_w, unsigned max_w,
|
H A D | motor.cpp | 52 MotorSlope MotorSlope::create_from_steps(unsigned initial_w, unsigned max_w, in create_from_steps() function in genesys::MotorSlope
|
Completed in 3 milliseconds