Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/spi_flash/
Dflash_ops.c378 static IRAM_ATTR esp_rom_spiflash_result_t spi_flash_write_inner(uint32_t target, const uint32_t *s… in spi_flash_write_inner() function
488 rc = spi_flash_write_inner(left_off, &t, 4); in spi_flash_write()
515 rc = spi_flash_write_inner(dst + mid_off, (const uint32_t *) write_src, write_size); in spi_flash_write()
530 rc = spi_flash_write_inner(dst + right_off, &t, 4); in spi_flash_write()