Home
last modified time | relevance | path

Searched refs:esp_flash_read (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-3.4.0/components/spi_flash/test/
Dtest_esp_flash.c483 …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 …]
Dtest_flash_encryption.c262 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/
Dtest_spi_bus_lock.c163 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/
Desp_flash.h293 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/
Dpartition.c424 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()
Desp_flash_api.c789 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/
Dspi_flash.rst80 - :cpp:func:`esp_flash_read`:将数据从 flash 读取到 RAM;
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ld/
Drom_32h2_beta_1.ld291 PROVIDE( esp_flash_read = 0x40000320 ); symbol
Drom_32h2_beta_2.ld377 PROVIDE( esp_flash_read = 0x40000468 ); symbol
Drom_32c6_beta.ld283 PROVIDE( esp_flash_read = 0x40000320 ); symbol
Drom_32c3.ld284 PROVIDE( esp_flash_read = 0x40000324 ); symbol
Drom_32s3.ld357 PROVIDE( esp_flash_read = 0x40001134 ); symbol
Drom_32c2.ld369 PROVIDE( esp_flash_read = 0x40000458 ); symbol
Drom_32s3_beta_2.ld336 PROVIDE ( esp_flash_read = 0x4004ed7c ); symbol
/hal_espressif-3.4.0/components/esp_rom/esp32h2/ld/
Desp32h2.rom.ld276 PROVIDE( esp_flash_read = 0x40000320 ); symbol
/hal_espressif-3.4.0/docs/en/api-reference/storage/
Dspi_flash.rst80 - :cpp:func:`esp_flash_read` reads data from flash to RAM
/hal_espressif-3.4.0/docs/zh_CN/security/
Dflash-encryption.rst621 - 通过函数 :cpp:func:`esp_flash_read` 读取不会被解密的原(加密)数据。
/hal_espressif-3.4.0/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ld269 PROVIDE( esp_flash_read = 0x40000324 ); symbol
/hal_espressif-3.4.0/components/esp_rom/esp32s3/ld/
Desp32s3.rom.ld343 PROVIDE( esp_flash_read = 0x40001134 ); symbol
/hal_espressif-3.4.0/docs/en/security/
Dflash-encryption.rst623 - :cpp:func:`esp_flash_read` to read raw (encrypted) data which will not be decrypted
/hal_espressif-3.4.0/tools/test_idf_size/
Dapp_esp32h2.map9501 [!provide] PROVIDE (esp_flash_read = 0x40000320)
13351 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
Dapp_esp32c3.map9799 [!provide] PROVIDE (esp_flash_read = 0x40000324)
15017 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
Dapp_esp32s3.map13540 [!provide] PROVIDE (esp_flash_read = 0x40001134)
18638 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
Dapp_esp32s2.map14339 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
Dapp2.map16300 esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…

12