Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/common/
Dusb_dwc2_hw.h192 #define USB_DWC2_GUSBCFG_FORCEDEVMODE BIT(USB_DWC2_GUSBCFG_FORCEDEVMODE_POS) macro
/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_dw.c608 base->gusbcfg |= USB_DWC2_GUSBCFG_FORCEDEVMODE; in usb_dw_init()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c1765 gusbcfg = USB_DWC2_GUSBCFG_FORCEDEVMODE; in udc_dwc2_init_controller()