Searched defs:drv8424_config (Results 1 – 1 of 1) sorted by relevance
23 struct drv8424_config { struct24 struct step_dir_stepper_common_config common;25 struct gpio_dt_spec sleep_pin;26 struct gpio_dt_spec en_pin;27 struct gpio_dt_spec m0_pin;51 STEP_DIR_STEPPER_STRUCT_CHECK(struct drv8424_config, struct drv8424_data); argument