Searched refs:ESP_ERR_NOT_FINISHED (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | test_usb_host_async.c | 78 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());
|
D | test_usb_host_plugging.c | 188 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FINISHED, usb_host_device_free_all());
|
/hal_espressif-3.6.0/components/esp_common/include/ |
D | esp_err.h | 35 #define ESP_ERR_NOT_FINISHED 0x10C /*!< There are items remained to retrieve */ macro
|
/hal_espressif-3.6.0/components/esp_common/src/ |
D | esp_err_to_name.c | 118 # 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/ |
D | app_main.c | 81 if (ret == ESP_OK || ret == ESP_ERR_NOT_FINISHED) { in receiver()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_sdio.c | 384 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/ |
D | app_main.c | 224 while (ret == ESP_ERR_NOT_FINISHED) { in app_main()
|
/hal_espressif-3.6.0/components/driver/ |
D | sdio_slave.c | 758 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/ |
D | test_cdc_acm_host.c | 70 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/ |
D | essl.c | 143 return ESP_ERR_NOT_FINISHED; in essl_get_packet()
|
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/ |
D | app_main.c | 339 } else if (ret != ESP_OK && ret != ESP_ERR_NOT_FINISHED) { in process_event()
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | sdio_slave.rst | 188 …ESP_ERR_NOT_FINISHED`` is returned by this API, you should call this API iteratively until the ret…
|
D | usb_host.rst | 190 …, 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/ |
D | esp_hidh.c | 128 return ESP_ERR_NOT_FINISHED; in esp_hidh_deinit()
|
/hal_espressif-3.6.0/components/usb/ |
D | usbh.c | 634 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/ |
D | cdc_acm_host.c | 492 ESP_ERR_NOT_FINISHED, unblock, TAG,); in cdc_acm_host_uninstall()
|