Searched defs:tmc50xx_config (Results 1 – 1 of 1) sorted by relevance
25 struct tmc50xx_config { struct26 const uint32_t gconf;27 struct spi_dt_spec spi;28 const uint32_t clock_frequency;354 const struct tmc50xx_config *tmc50xx_config = config->controller->config; in tmc50xx_stepper_set_max_velocity() local