Home
last modified time | relevance | path

Searched refs:ESP_ERR_NOT_FINISHED (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c78 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
153 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
Dtest_usb_host_plugging.c188 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h35 #define ESP_ERR_NOT_FINISHED 0x10C /*!< There are items remained to retrieve */ macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c118 # ifdef ESP_ERR_NOT_FINISHED
119 …ERR_TBL_IT(ESP_ERR_NOT_FINISHED), /* 268 0x10c There are items remaine…
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/master/main/
Dapp_main.c81 if (ret == ESP_OK || ret == ESP_ERR_NOT_FINISHED) { in receiver()
/hal_espressif-3.6.0/components/driver/test/
Dtest_sdio.c384 TEST_ASSERT(err == ESP_OK || err == ESP_ERR_NOT_FINISHED); in test_tp_tohost_master()
410 TEST_ASSERT(err == ESP_OK || err == ESP_ERR_NOT_FINISHED); in test_tp_tohost_master()
501 if (err == ESP_ERR_NOT_FINISHED) { in test_reset_master()
/hal_espressif-3.6.0/examples/peripherals/sdio/slave/main/
Dapp_main.c224 while (ret == ESP_ERR_NOT_FINISHED) { in app_main()
/hal_espressif-3.6.0/components/driver/
Dsdio_slave.c758 if (ret == ESP_ERR_NOT_FINISHED) { in sdio_slave_recv()
793 ret = ESP_ERR_NOT_FINISHED; in sdio_slave_recv_packet()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c70 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all()); in usb_lib_task()
/hal_espressif-3.6.0/components/esp_serial_slave_link/
Dessl.c143 return ESP_ERR_NOT_FINISHED; in essl_get_packet()
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/
Dapp_main.c339 } else if (ret != ESP_OK && ret != ESP_ERR_NOT_FINISHED) { in process_event()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dsdio_slave.rst188ESP_ERR_NOT_FINISHED`` is returned by this API, you should call this API iteratively until the ret…
Dusb_host.rst190 …, because the device is still opened by a client), the function will return `ESP_ERR_NOT_FINISHED`.
/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hidh.c128 return ESP_ERR_NOT_FINISHED; in esp_hidh_deinit()
/hal_espressif-3.6.0/components/usb/
Dusbh.c634 return (wait_for_free) ? ESP_ERR_NOT_FINISHED : ESP_OK; in usbh_dev_mark_all_free()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c492 ESP_ERR_NOT_FINISHED, unblock, TAG,); in cdc_acm_host_uninstall()