Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_plugging.c61 test_usb_set_phy_state(false, 0);
70 test_usb_set_phy_state(true, 0);
Dmsc_client_async_enum.c168 test_usb_set_phy_state(false, 0); in msc_client_async_enum_task()
169 test_usb_set_phy_state(true, 0); in msc_client_async_enum_task()
Dmsc_client_async_dconn.c229 test_usb_set_phy_state(false, 0); in msc_client_async_dconn_task()
242 test_usb_set_phy_state(true, 0); in msc_client_async_dconn_task()
Dtest_usb_host_async.c281 test_usb_set_phy_state(false, 0);
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c161 test_usb_set_phy_state(false, 0); //Force disconnected state on PHY in test_hcd_setup()
185 test_usb_set_phy_state(true, pdMS_TO_TICKS(100)); //Allow for connected state on PHY in test_hcd_wait_for_conn()
214 test_usb_set_phy_state(false, pdMS_TO_TICKS(100)); //Force disconnected state on PHY in test_hcd_wait_for_disconn()
Dtest_hcd_port.c69 test_usb_set_phy_state(false, 0);
278 test_usb_set_phy_state(false, 0); in concurrent_task()
Dtest_hcd_isoc.c158 test_usb_set_phy_state(false, 0);
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.h26 void test_usb_set_phy_state(bool connected, TickType_t delay_ticks);
Dtest_usb_common.c37 void test_usb_set_phy_state(bool connected, TickType_t delay_ticks) in test_usb_set_phy_state() function