Home
last modified time | relevance | path

Searched refs:skip_phy_setup (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_plugging.c42 ….skip_phy_setup = true, //test_usb_init_phy() will already have setup the internal USB PHY for…
103 ….skip_phy_setup = true, //test_usb_init_phy() will already have setup the internal USB PHY for…
168 ….skip_phy_setup = true, //test_usb_init_phy() will already have setup the internal USB PHY for…
Dtest_usb_host_async.c53 ….skip_phy_setup = true, //test_usb_init_phy() will already have setup the internal USB PHY for…
117 ….skip_phy_setup = true, //test_usb_init_phy() will already have setup the internal USB PHY for…
223 ….skip_phy_setup = true, //test_usb_init_phy() will already have setup the internal USB PHY for…
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dusb_host_lib_main.c27 .skip_phy_setup = false, in host_lib_daemon_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c56 .skip_phy_setup = false, in app_main()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h104 …bool skip_phy_setup; /**< If set, the USB Host Library will not configure the USB PHY thus … member
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c137 .skip_phy_setup = false, in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp181 .skip_phy_setup = false, in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c196 .skip_phy_setup = true, in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c56 .skip_phy_setup = true, in usb_lib_task()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c380 if (!config->skip_phy_setup) { in usb_host_install()