Home
last modified time | relevance | path

Searched full:vstop (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-ramp-generator.yaml13 Normally, set VSTOP ≥ VSTART! VSTART may be
15 sufficient to allow deceleration to VSTOP.
56 Deceleration between V1 and VSTOP in [µsteps/ta²](unsigned)
61 vstop:
67 Attention: Set VSTOP ≥ VSTART!
78 seconds. This setting avoids excess acceleration e.g. from VSTOP to -VSTART.
Dadi,tmc5041.yaml105 - vstop
/Zephyr-latest/include/zephyr/drivers/stepper/
Dstepper_trinamic.h73 uint32_t vstop; member
105 COND_CODE_1(DT_PROP_EXISTS(node, vstop), \
106 BUILD_ASSERT(IN_RANGE(DT_PROP(node, vstop), TMC_RAMP_VSTOP_MIN, \
107 TMC_RAMP_VSTOP_MAX), "vstop out of range"), ()); \
143 .vstop = DT_PROP(node, vstop), \
/Zephyr-latest/drivers/video/
Dov2640.c90 #define VSTOP 0x1A macro
356 { VSTOP, 0x97 }, /* UXGA=0x97, SVGA/CIF=0x4b */
Dov7670.c264 {OV7670_VSTOP, 0x7a}, /* VSTOP */
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c577 err = tmc5041_write(config->controller, TMC5041_VSTOP(config->index), ramp_data->vstop); in tmc5041_stepper_set_ramp()