Searched refs:ESP_ERR_INVALID_RESPONSE (Results 1 – 6 of 6) sorted by relevance
150 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()
37 …ESP_ERR_FLASH_NO_RESPONSE = ESP_ERR_INVALID_RESPONSE, ///< Chip did not respond to the command, or…
68 *out_err = ESP_ERR_INVALID_RESPONSE; in r1_response_to_err()93 *out_err = ESP_ERR_INVALID_RESPONSE; in r1_sdio_response_to_err()
624 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()
32 #define ESP_ERR_INVALID_RESPONSE 0x108 /*!< Received response was invalid */ macro
119 # ifdef ESP_ERR_INVALID_RESPONSE120 …ERR_TBL_IT(ESP_ERR_INVALID_RESPONSE), /* 264 0x108 Received response was i…