Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_plugging.c41 usb_host_config_t host_config = {
102 usb_host_config_t host_config = {
167 usb_host_config_t host_config = {
Dtest_usb_host_async.c52 usb_host_config_t host_config = {
116 usb_host_config_t host_config = {
222 usb_host_config_t host_config = {
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h109 } usb_host_config_t; typedef
141 esp_err_t usb_host_install(const usb_host_config_t *config);
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dusb_host_lib_main.c26 usb_host_config_t host_config = { in host_lib_daemon_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c55 usb_host_config_t host_config = { in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c136 const usb_host_config_t host_config = { in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp180 usb_host_config_t host_config = { in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c195 const usb_host_config_t host_config = { in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c55 const usb_host_config_t host_config = { in usb_lib_task()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c360 esp_err_t usb_host_install(const usb_host_config_t *config) in usb_host_install()