Lines Matching defs:udc_ambiq_config
63 struct udc_ambiq_config { struct
64 uint32_t num_endpoints;
65 int speed_idx;
66 struct udc_ep_config *ep_cfg_in;
67 struct udc_ep_config *ep_cfg_out;
68 struct gpio_dt_spec vddusb33_gpio;
69 struct gpio_dt_spec vddusb0p9_gpio;
70 void (*make_thread)(const struct device *dev);
71 void (*irq_enable_func)(const struct device *dev);
72 void (*irq_disable_func)(const struct device *dev);
73 void (*callback_register_func)(const struct device *dev);