Searched refs:tmc5041_config (Results 1 – 1 of 1) sorted by relevance
25 struct tmc5041_config { struct59 const struct tmc5041_config *config = dev->config; in tmc5041_write()79 const struct tmc5041_config *config = dev->config; in tmc5041_read()354 const struct tmc5041_config *tmc5041_config = config->controller->config; in tmc5041_stepper_set_max_velocity() local355 const uint32_t clock_frequency = tmc5041_config->clock_frequency; in tmc5041_stepper_set_max_velocity()485 const struct tmc5041_config *tmc5041_config = config->controller->config; in tmc5041_stepper_run() local487 const uint32_t clock_frequency = tmc5041_config->clock_frequency; in tmc5041_stepper_run()609 const struct tmc5041_config *config = dev->config; in tmc5041_init()746 static const struct tmc5041_config tmc5041_config_##inst = { \