Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_port.c72 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl));
306 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl));
Dtest_hcd_common.c187 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_CONNECTION, hcd_port_handle_event(port_hdl)); in test_hcd_wait_for_conn()
216 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl)); in test_hcd_wait_for_disconn()
Dtest_hcd_isoc.c161 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl));
/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h305 hcd_port_event_t hcd_port_handle_event(hcd_port_handle_t port_hdl);
/hal_espressif-3.6.0/components/usb/
Dmaintainers.md120 …transfer requests. Where possible, processing is deferred to the `hcd_port_handle_event()` to redu…
128 - Port callback will run whenever an event a port occurs. `hcd_port_handle_event()` should be calle…
131 …acks entirely and simply poll for port and pipe events using the `hcd_port_handle_event()` and `hc…
Dhub.c745 hcd_port_event_t port_event = hcd_port_handle_event(root_port_hdl); in root_port_handle_events()
Dhcd.c1442 hcd_port_event_t hcd_port_handle_event(hcd_port_handle_t port_hdl) in hcd_port_handle_event() function