Home
last modified time | relevance | path

Searched refs:USB_DWC2_DCFG_DEVSPD_MASK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h701 #define USB_DWC2_DCFG_DEVSPD_MASK (0x03UL << USB_DWC2_DCFG_DEVSPD_POS) macro
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1976 dcfg &= ~USB_DWC2_DCFG_DEVSPD_MASK; in udc_dwc2_init_controller()