Home
last modified time | relevance | path

Searched refs:ESP_ERR_INVALID_CRC (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dsdspi_transaction.c51 *out_err = ESP_ERR_INVALID_CRC; in r1_response_to_err()
79 *out_err = ESP_ERR_INVALID_CRC; in r1_sdio_response_to_err()
Dsdmmc_transaction.c341 err = ESP_ERR_INVALID_CRC; in process_command_response()
360 cmd->error = ESP_ERR_INVALID_CRC; in process_data_status()
Dsdspi_host.c762 return ESP_ERR_INVALID_CRC; in start_command_read_blocks()
885 return ESP_ERR_INVALID_CRC; in start_command_write_blocks()
/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h32 #define ESP_ERR_INVALID_CRC 0x109 /*!< CRC or checksum was invalid */ macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c109 # ifdef ESP_ERR_INVALID_CRC
110 …ERR_TBL_IT(ESP_ERR_INVALID_CRC), /* 265 0x109 CRC or checksum was inv…
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h44 #define ESP_ERR_INVALID_CRC 0x109 macro
/hal_espressif-3.6.0/components/esp_hw_support/
Dmac_addr.c100 return ESP_ERR_INVALID_CRC; in esp_efuse_mac_get_custom()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rs485.c198 esp_err_t result = (crc16_in != crc16_calc) ? ESP_ERR_INVALID_CRC : ESP_OK; in print_packet_data()
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_flash.c427 return ESP_ERR_INVALID_CRC; in esp_core_dump_image_check()