Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_dw.c462 base->out_ep[ep_idx].doepctl |= USB_DWC2_DEPCTL_CNAK; in usb_dw_prep_rx()
559 USB_DWC2_DEPCTL_CNAK); in usb_dw_tx()
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h836 #define USB_DWC2_DEPCTL_CNAK BIT(USB_DWC2_DEPCTL_CNAK_POS) macro
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c579 diepctl |= USB_DWC2_DEPCTL_EPENA | USB_DWC2_DEPCTL_CNAK; in dwc2_tx_fifo_write()
671 doepctl |= USB_DWC2_DEPCTL_EPENA | USB_DWC2_DEPCTL_CNAK; in dwc2_prep_rx()