Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_def.h207 #define USB_EP_DIR_IN 0x80U macro
217 #define USB_EP_DIR_IS_IN(ep) (USB_EP_GET_DIR(ep) == USB_EP_DIR_IN)
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_dc_rp2040.c461 uint8_t ep_addr = ep_num | (in ? USB_EP_DIR_IN : 0); in usb_handle_buff_done()

Completed in 7 milliseconds