Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
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()
Dsdspi_host.c796 return ESP_ERR_INVALID_CRC; in start_command_read_blocks()
919 return ESP_ERR_INVALID_CRC; in start_command_write_blocks()
/hal_espressif-latest/components/esp_common/include/
Desp_err.h33 #define ESP_ERR_INVALID_CRC 0x109 /*!< CRC or checksum was invalid */ macro
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c248 return ESP_ERR_INVALID_CRC; in get_efuse_mac_custom()
294 return ESP_ERR_INVALID_CRC; in get_efuse_factory_mac()
DKconfig52 If you have an invalid MAC CRC (ESP_ERR_INVALID_CRC) problem
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c122 # ifdef ESP_ERR_INVALID_CRC
123 …ERR_TBL_IT(ESP_ERR_INVALID_CRC), /* 265 0x109 CRC or checksum was inv…