Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c61 …hcd_pipe_handle_t ep_in[EP_NUM_MAX - 1]; //IN EP owner contexts. -1 to exclude the default endp… member
268 if (dev_obj->mux_protected.ep_in[i] != NULL) { in handle_pipe_halt_and_flush()
269 ESP_ERROR_CHECK(hcd_pipe_command(dev_obj->mux_protected.ep_in[i], HCD_PIPE_CMD_HALT)); in handle_pipe_halt_and_flush()
270 ESP_ERROR_CHECK(hcd_pipe_command(dev_obj->mux_protected.ep_in[i], HCD_PIPE_CMD_FLUSH)); in handle_pipe_halt_and_flush()
783 if (is_in && dev_obj->mux_protected.ep_in[addr - 1] == NULL) { //Is an IN EP in usbh_ep_alloc()
784 dev_obj->mux_protected.ep_in[addr - 1] = pipe_hdl; in usbh_ep_alloc()
821 if (dev_obj->mux_protected.ep_in[addr - 1] != NULL) { in usbh_ep_free()
822 pipe_hdl = dev_obj->mux_protected.ep_in[addr - 1]; in usbh_ep_free()
823 dev_obj->mux_protected.ep_in[addr - 1] = NULL; in usbh_ep_free()
864 pipe_hdl = dev_obj->mux_protected.ep_in[addr - 1]; in usbh_ep_get_context()