Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/common/
Dloader.c87 static int spi_flash_read(uint32_t address, void *buffer, size_t length) in spi_flash_read() function
113 if (spi_flash_read(offset, &segment_hdr, sizeof(esp_image_segment_header_t)) != 0) { in map_rom_segments()