Home
last modified time | relevance | path

Searched refs:USB_EP_DESC_GET_EP_DIR (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/usb/include/usb/
Dusb_types_ch9.h460 #define USB_EP_DESC_GET_EP_DIR(desc_ptr) (((desc_ptr)->bEndpointAddress & USB_B_ENDPOINT_ADDRESS_EP… macro
/hal_espressif-3.4.0/components/usb/
Dusb_helpers.c202 USB_EP_DESC_GET_EP_DIR(ep_desc) ? "IN" : "OUT"); in print_ep_desc()
Dhcd.c1641 if (USB_EP_DESC_GET_EP_DIR(pipe_config->ep_desc)) { //IN in pipe_alloc_check_args()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c694 if (USB_EP_DESC_GET_EP_DIR(this_ep)) { in cdc_acm_find_intf_and_ep_desc()
794 if (USB_EP_DESC_GET_EP_DIR(this_ep)) { in cdc_acm_host_open_vendor_specific()