Searched refs:msc_host_install (Results 1 – 4 of 4) sorted by relevance
80 esp_err_t msc_host_install(const msc_host_driver_config_t *config);
151 ESP_ERROR_CHECK( msc_host_install(&msc_config) ); in app_main()
210 ESP_OK_ASSERT( msc_host_install(&msc_config) ); in msc_setup()
267 esp_err_t msc_host_install(const msc_host_driver_config_t *config) in msc_host_install() function