Home
last modified time | relevance | path

Searched defs:ep_desc (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_helpers.c379 …const usb_ep_desc_t *ep_desc = usb_parse_endpoint_descriptor_by_index(intf_desc, 0, config_desc->w… in test_parse_intf_and_ep() local
413 …const usb_ep_desc_t *ep_desc = usb_parse_endpoint_descriptor_by_address(config_desc, 0, 0, 0x83, &… in test_parse_ep_by_address() local
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c154 const usb_ep_desc_t *ep_desc = NULL; in usb_parse_endpoint_descriptor_by_address() local
174 static void print_ep_desc(const usb_ep_desc_t *ep_desc) in print_ep_desc()
Dusb_host.c70 const usb_ep_desc_t *ep_desc; member
918 static esp_err_t endpoint_alloc(usb_device_handle_t dev_hdl, const usb_ep_desc_t *ep_desc, interfac… in endpoint_alloc()
1004 …const usb_ep_desc_t *ep_desc = usb_parse_endpoint_descriptor_by_index(intf_desc, i, config_desc->w… in interface_claim() local
/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h96 const usb_ep_desc_t *ep_desc; /**< Endpoint descriptor */ member
Dhcd.h172 const usb_ep_desc_t *ep_desc; /**< Pointer to endpoint descriptor of the pipe */ member
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c225 hcd_pipe_handle_t test_hcd_pipe_alloc(hcd_port_handle_t port_hdl, const usb_ep_desc_t *ep_desc, uin… in test_hcd_pipe_alloc()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c119 const usb_ep_desc_t *ep_desc = NULL; in extract_config_from_descriptor() local