Searched refs:ep_check_config (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/usb/udc/ |
D | udc_common.c | 211 static bool ep_check_config(const struct device *dev, in ep_check_config() function 317 ret = ep_check_config(dev, cfg, ep, attributes, *mps, interval); in udc_ep_try_config() 347 if (!ep_check_config(dev, cfg, ep, attributes, mps, interval)) { in udc_ep_enable_internal()
|