Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c111 QueueHandle_t pipe_evt_queue = (QueueHandle_t)hcd_pipe_get_context(pipe_hdl); in test_hcd_expect_pipe_event()
132 QueueHandle_t pipe_evt_queue = (QueueHandle_t)hcd_pipe_get_context(pipe_hdl); in test_hcd_get_num_pipe_events()
248 QueueHandle_t pipe_evt_queue = (QueueHandle_t)hcd_pipe_get_context(pipe_hdl); in test_hcd_pipe_free()
/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h448 void *hcd_pipe_get_context(hcd_pipe_handle_t pipe_hdl);
/hal_espressif-3.6.0/components/usb/
Dusbh.c874 void *context = hcd_pipe_get_context(pipe_hdl); in usbh_ep_get_context()
Dhcd.c1993 void *hcd_pipe_get_context(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_get_context() function