/hal_espressif-3.4.0/components/spi_flash/test/ |
D | test_esp_flash.c | 483 …TEST_ASSERT_EQUAL_HEX32(ESP_OK, esp_flash_read(chip, sector_buf, offs + i * 4096, sizeof(sector_bu… in erase_test_region() 511 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, sector_buf, offs, sizeof(sector_buf)) ); in test_simple_read_write() 538 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, buf, offs + 1, strlen(msg) + 1) ); in test_unaligned_read_write() 562 TEST_ASSERT_EQUAL_HEX(ESP_OK, esp_flash_read(chip, &readback, offs + v, 1) ); in test_single_read_write() 592 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, &readback, offs + 3 * v, 3) ); in test_three_byte_read_write() 612 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, &readback, part->address + part->size - 5, 4)); in test_erase_large_region() 614 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, &readback, part->address, 4)); in test_erase_large_region() 619 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, &readback, part->address + part->size - 5, 4)); in test_erase_large_region() 621 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, &readback, part->address, 4)); in test_erase_large_region() 628 TEST_ASSERT_EQUAL(ESP_OK, esp_flash_read(chip, &readback, part->address, 4)); in test_erase_large_region() [all …]
|
D | test_flash_encryption.c | 262 TEST_ESP_OK(esp_flash_read(NULL, cmp_normal_buf, start, SPI_FLASH_SEC_SIZE)); 294 TEST_ESP_OK(esp_flash_read(NULL, cmp_normal_buf, start, SPI_FLASH_SEC_SIZE));
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_spi_bus_lock.c | 163 TEST_ESP_OK(esp_flash_read(chip, buf, part->address + 1, length) ); in read_and_check() 170 TEST_ESP_OK(esp_flash_read(chip, ends, part->address, sizeof(ends)) ); in read_and_check() 174 TEST_ESP_OK(esp_flash_read(chip, ends, part->address + length, sizeof(ends)) ); in read_and_check()
|
/hal_espressif-3.4.0/components/spi_flash/include/ |
D | esp_flash.h | 293 esp_err_t esp_flash_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t length);
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | partition.c | 424 return esp_flash_read(partition->flash_chip, dst, partition->address + src_offset, size); in esp_partition_read() 498 return esp_flash_read(partition->flash_chip, dst, partition->address + src_offset, size); in esp_partition_read_raw()
|
D | esp_flash_api.c | 789 esp_err_t IRAM_ATTR esp_flash_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t leng… in esp_flash_read() function 1185 esp_err_t err = esp_flash_read(NULL, dstv, src, size); in spi_flash_read()
|
/hal_espressif-3.4.0/docs/zh_CN/api-reference/storage/ |
D | spi_flash.rst | 80 - :cpp:func:`esp_flash_read`:将数据从 flash 读取到 RAM;
|
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32h2_beta_1.ld | 291 PROVIDE( esp_flash_read = 0x40000320 ); symbol
|
D | rom_32h2_beta_2.ld | 377 PROVIDE( esp_flash_read = 0x40000468 ); symbol
|
D | rom_32c6_beta.ld | 283 PROVIDE( esp_flash_read = 0x40000320 ); symbol
|
D | rom_32c3.ld | 284 PROVIDE( esp_flash_read = 0x40000324 ); symbol
|
D | rom_32s3.ld | 357 PROVIDE( esp_flash_read = 0x40001134 ); symbol
|
D | rom_32c2.ld | 369 PROVIDE( esp_flash_read = 0x40000458 ); symbol
|
D | rom_32s3_beta_2.ld | 336 PROVIDE ( esp_flash_read = 0x4004ed7c ); symbol
|
/hal_espressif-3.4.0/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 276 PROVIDE( esp_flash_read = 0x40000320 ); symbol
|
/hal_espressif-3.4.0/docs/en/api-reference/storage/ |
D | spi_flash.rst | 80 - :cpp:func:`esp_flash_read` reads data from flash to RAM
|
/hal_espressif-3.4.0/docs/zh_CN/security/ |
D | flash-encryption.rst | 621 - 通过函数 :cpp:func:`esp_flash_read` 读取不会被解密的原(加密)数据。
|
/hal_espressif-3.4.0/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 269 PROVIDE( esp_flash_read = 0x40000324 ); symbol
|
/hal_espressif-3.4.0/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 343 PROVIDE( esp_flash_read = 0x40001134 ); symbol
|
/hal_espressif-3.4.0/docs/en/security/ |
D | flash-encryption.rst | 623 - :cpp:func:`esp_flash_read` to read raw (encrypted) data which will not be decrypted
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 9501 [!provide] PROVIDE (esp_flash_read = 0x40000320) 13351 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app_esp32c3.map | 9799 [!provide] PROVIDE (esp_flash_read = 0x40000324) 15017 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app_esp32s3.map | 13540 [!provide] PROVIDE (esp_flash_read = 0x40001134) 18638 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app_esp32s2.map | 14339 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app2.map | 16300 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|