Searched refs:usb_host_install (Results 1 – 13 of 13) sorted by relevance
45 ESP_ERROR_CHECK(usb_host_install(&host_config));106 ESP_ERROR_CHECK(usb_host_install(&host_config));171 ESP_ERROR_CHECK(usb_host_install(&host_config));
56 ESP_ERROR_CHECK(usb_host_install(&host_config));120 ESP_ERROR_CHECK(usb_host_install(&host_config));226 ESP_ERROR_CHECK(usb_host_install(&host_config));
30 ESP_ERROR_CHECK(usb_host_install(&host_config)); in host_lib_daemon_task()
59 ESP_ERROR_CHECK(usb_host_install(&host_config)); in app_main()
141 esp_err_t usb_host_install(const usb_host_config_t *config);
140 ESP_ERROR_CHECK( usb_host_install(&host_config) ); in app_main()
9 - First, usb host library has to be initialized by calling `usb_host_install`
184 ESP_ERROR_CHECK(usb_host_install(&host_config)); in app_main()
35 1. Install the USB Host Library via `usb_host_install()`
199 ESP_OK_ASSERT( usb_host_install(&host_config) ); in msc_setup()
59 TEST_ASSERT_EQUAL(ESP_OK, usb_host_install(&host_config)); in usb_lib_task()
166 1. The Host Library is installed by calling :cpp:func:`usb_host_install`.168 …- Where :cpp:func:`usb_host_install` is called (e.g., from the Daemon Task or another task) will d…171 … This can be called elsewhere if necessary as long it is called after :cpp:func:`usb_host_install`.
360 esp_err_t usb_host_install(const usb_host_config_t *config) in usb_host_install() function