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/ |
D | test_usb_host_plugging.c | 61 test_usb_set_phy_state(false, 0); 70 test_usb_set_phy_state(true, 0);
|
D | msc_client_async_enum.c | 168 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()
|
D | msc_client_async_dconn.c | 229 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()
|
D | test_usb_host_async.c | 281 test_usb_set_phy_state(false, 0);
|
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 161 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()
|
D | test_hcd_port.c | 69 test_usb_set_phy_state(false, 0); 278 test_usb_set_phy_state(false, 0); in concurrent_task()
|
D | test_hcd_isoc.c | 158 test_usb_set_phy_state(false, 0);
|
/hal_espressif-3.6.0/components/usb/test/common/ |
D | test_usb_common.h | 26 void test_usb_set_phy_state(bool connected, TickType_t delay_ticks);
|
D | test_usb_common.c | 37 void test_usb_set_phy_state(bool connected, TickType_t delay_ticks) in test_usb_set_phy_state() function
|