Lines Matching full:50

105 	(void)stepper_set_max_velocity(fixture->dev, 50u);  in ZTEST_F()
119 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
136 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
152 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
167 int32_t pos = 50; in ZTEST_F()
170 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
182 zassert_equal(pos, 50u, "Target position should be %d but is %d", 50u, pos); in ZTEST_F()
187 int32_t pos = -50; in ZTEST_F()
190 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
202 zassert_equal(pos, -50, "Target position should be %d but is %d", -50, pos); in ZTEST_F()
210 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
242 int32_t pos = 50; in ZTEST_F()
246 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
255 int32_t pos = 50; in ZTEST_F()
259 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
276 int32_t pos = 50; in ZTEST_F()
277 int32_t curr_pos = 50; in ZTEST_F()
280 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
293 int32_t steps = 50; in ZTEST_F()
296 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
308 zassert_equal(steps, 50u, "Target position should be %d but is %d", 50u, steps); in ZTEST_F()
313 int32_t steps = -50; in ZTEST_F()
316 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
328 zassert_equal(steps, -50, "Target position should be %d but is %d", -50, steps); in ZTEST_F()
336 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
369 int32_t steps = 50; in ZTEST_F()
373 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
382 int32_t steps = 50; in ZTEST_F()
386 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
407 (void)stepper_set_max_velocity(fixture->dev, 50u); in ZTEST_F()
420 int32_t velocity = 50; in ZTEST_F()
434 int32_t velocity = 50; in ZTEST_F()
461 int32_t velocity = 50; in ZTEST_F()
473 int32_t velocity = 50; in ZTEST_F()
485 int32_t velocity = 50; in ZTEST_F()
486 int32_t steps = 50; in ZTEST_F()