Home
last modified time | relevance | path

Searched refs:esp_async_memcpy_install (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/esp_hw_support/test/
Dtest_async_memcpy.c112 TEST_ESP_OK(esp_async_memcpy_install(&config, &driver));
134 TEST_ESP_OK(esp_async_memcpy_install(&config, &driver));
160 TEST_ESP_OK(esp_async_memcpy_install(&config, &driver));
222 TEST_ESP_OK(esp_async_memcpy_install(&config, &driver)); in memcpy_performance_test()
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dasync_memcpy.rst21esp_async_memcpy_install` is used to install the driver with user's configuration. Please note tha…
39 …ESP_ERROR_CHECK(esp_async_memcpy_install(&config, &driver)); // install driver, return driver hand…
/hal_espressif-3.4.0/components/esp_hw_support/include/
Desp_async_memcpy.h78 esp_err_t esp_async_memcpy_install(const async_memcpy_config_t *config, async_memcpy_t *asmcp);
/hal_espressif-3.4.0/components/esp_hw_support/
Desp_async_memcpy.c49 esp_err_t esp_async_memcpy_install(const async_memcpy_config_t *config, async_memcpy_t *asmcp) in esp_async_memcpy_install() function