Searched full:vstop (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-ramp-generator.yaml | 13 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.
|
D | adi,tmc5041.yaml | 105 - vstop
|
/Zephyr-latest/include/zephyr/drivers/stepper/ |
D | stepper_trinamic.h | 73 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/ |
D | ov2640.c | 90 #define VSTOP 0x1A macro 356 { VSTOP, 0x97 }, /* UXGA=0x97, SVGA/CIF=0x4b */
|
D | ov7670.c | 264 {OV7670_VSTOP, 0x7a}, /* VSTOP */
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5041_stepper_controller.c | 577 err = tmc5041_write(config->controller, TMC5041_VSTOP(config->index), ramp_data->vstop); in tmc5041_stepper_set_ramp()
|