Home
last modified time | relevance | path

Searched refs:msc_config (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c145 const msc_host_driver_config_t msc_config = { in app_main() local
151 ESP_ERROR_CHECK( msc_host_install(&msc_config) ); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c204 const msc_host_driver_config_t msc_config = { in msc_setup() local
210 ESP_OK_ASSERT( msc_host_install(&msc_config) ); in msc_setup()