Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c53 void *port_ctx = hcd_port_get_context(port_hdl); in port_callback()
97 QueueHandle_t port_evt_queue = (QueueHandle_t)hcd_port_get_context(port_hdl); in test_hcd_expect_port_event()
124 QueueHandle_t port_evt_queue = (QueueHandle_t)hcd_port_get_context(port_hdl); in test_hcd_get_num_port_events()
168 QueueHandle_t port_evt_queue = (QueueHandle_t)hcd_port_get_context(port_hdl); in test_hcd_teardown()
/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h325 void *hcd_port_get_context(hcd_port_handle_t port_hdl);
/hal_espressif-3.6.0/components/usb/
Dhcd.c1500 void *hcd_port_get_context(hcd_port_handle_t port_hdl) in hcd_port_get_context() function