Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h826 #define USB_DWC2_DEPCTL_EPDIS BIT(USB_DWC2_DEPCTL_EPDIS_POS) macro
/Zephyr-latest/drivers/usb/device/
Dusb_dc_dw.c1055 *p_depctl |= USB_DWC2_DEPCTL_EPDIS | USB_DWC2_DEPCTL_STALL; in usb_dc_ep_halt()
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1541 dxepctl |= USB_DWC2_DEPCTL_EPENA | USB_DWC2_DEPCTL_EPDIS; in udc_dwc2_ep_disable()
1575 dxepctl |= USB_DWC2_DEPCTL_EPENA | USB_DWC2_DEPCTL_EPDIS; in udc_dwc2_ep_disable()