Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_dc_rp2040.c97 if (USB_EP_DIR_IS_IN(ep->ep_addr)) { in usb_start_transfer()
247 if (USB_EP_DIR_IS_IN(ep)) { in usbd_ep_close()
259 …usb_hw_set->ep_stall_arm = (USB_EP_DIR_IS_IN(ep)) ? USB_EP_STALL_ARM_EP0_IN_BITS : USB_EP_STALL_AR… in usbd_ep_set_stall()
/components/drivers/usb/cherryusb/common/
A Dusb_def.h217 #define USB_EP_DIR_IS_IN(ep) (USB_EP_GET_DIR(ep) == USB_EP_DIR_IN) macro
/components/drivers/usb/cherryusb/port/nrf5x/
A Dusb_dc_nrf5x.c200 if (USB_EP_DIR_IS_IN(ep_cfg->bEndpointAddress)) in usbd_ep_open()

Completed in 48 milliseconds