Home
last modified time | relevance | path

Searched refs:ESP_ERR_INVALID_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dcpu.c150 return ESP_ERR_INVALID_RESPONSE; in esp_cpu_set_breakpoint()
173 return ESP_ERR_INVALID_RESPONSE; in esp_cpu_clear_breakpoint()
215 return ESP_ERR_INVALID_RESPONSE; in esp_cpu_set_watchpoint()
238 return ESP_ERR_INVALID_RESPONSE; in esp_cpu_clear_watchpoint()
/hal_espressif-latest/components/hal/include/hal/
Desp_flash_err.h37 …ESP_ERR_FLASH_NO_RESPONSE = ESP_ERR_INVALID_RESPONSE, ///< Chip did not respond to the command, or…
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_transaction.c68 *out_err = ESP_ERR_INVALID_RESPONSE; in r1_response_to_err()
93 *out_err = ESP_ERR_INVALID_RESPONSE; in r1_sdio_response_to_err()
Dsdspi_host.c624 return ESP_ERR_INVALID_RESPONSE; in poll_data_token()
914 if (!SD_SPI_DATA_RSP_VALID(data_rsp)) return ESP_ERR_INVALID_RESPONSE; in start_command_write_blocks()
923 return ESP_ERR_INVALID_RESPONSE; in start_command_write_blocks()
/hal_espressif-latest/components/esp_common/include/
Desp_err.h32 #define ESP_ERR_INVALID_RESPONSE 0x108 /*!< Received response was invalid */ macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c119 # ifdef ESP_ERR_INVALID_RESPONSE
120 …ERR_TBL_IT(ESP_ERR_INVALID_RESPONSE), /* 264 0x108 Received response was i…