Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/common/
Dusb_dwc2_hw.h648 #define USB_DWC2_DEPCTL0_MPS_MASK (0x3UL << USB_DWC2_DEPCTL0_MPS_POS) macro
/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_dw.c378 *p_depctl &= ~USB_DWC2_DEPCTL0_MPS_MASK; in usb_dw_ep_set()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c1202 dxepctl0 &= ~USB_DWC2_DEPCTL0_MPS_MASK; in dwc2_ep_control_enable()