Searched refs:skip_phy_setup (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | test_usb_host_plugging.c | 42 ….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…
|
D | test_usb_host_async.c | 53 ….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/ |
D | usb_host_lib_main.c | 27 .skip_phy_setup = false, in host_lib_daemon_task()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/ |
D | usb-cdc.c | 56 .skip_phy_setup = false, in app_main()
|
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_host.h | 104 …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/ |
D | msc_example_main.c | 137 .skip_phy_setup = false, in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/ |
D | cdc_acm_host_bg96.cpp | 181 .skip_phy_setup = false, in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | test_msc.c | 196 .skip_phy_setup = true, in msc_setup()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/ |
D | test_cdc_acm_host.c | 56 .skip_phy_setup = true, in usb_lib_task()
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_host.c | 380 if (!config->skip_phy_setup) { in usb_host_install()
|