Home
last modified time | relevance | path

Searched refs:tmc5041_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c25 struct tmc5041_config { struct
59 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() local
355 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() local
487 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 = { \