Searched refs:usb_ll_set_hbstlen (Results 1 – 2 of 2) sorted by relevance
90 … usb_ll_set_hbstlen(hal->dev, 1); //Use INCR AHB burst. See the ESP32-S2 and later chip ERRATA. in set_defaults()92 …usb_ll_set_hbstlen(hal->dev, 0); //Do not use USB burst INCR mode for the ESP32-S3, to avoid in… in set_defaults()
172 static inline void usb_ll_set_hbstlen(usbh_dev_t *hw, uint32_t burst_len) in usb_ll_set_hbstlen() function