Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h58 } usb_phy_config_t; typedef
77 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret);
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c20 usb_phy_config_t phy_config = { in test_usb_init_phy()
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtinyusb.c36 usb_phy_config_t phy_conf = { in tinyusb_driver_install()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c187 usb_phy_config_t phy_config = { in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c46 usb_phy_config_t phy_config = { in usb_lib_task()
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c209 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret) in usb_new_phy()
Dusb_host.c382 usb_phy_config_t phy_config = { in usb_host_install()