Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/include/
Dmemspi_host_driver.h24 .erase_sector = spi_flash_hal_erase_sector, \
/device/soc/esp/esp32/components/hal/include/hal/
Dspi_flash_hal.h119 void spi_flash_hal_erase_sector(spi_flash_host_inst_t *host, uint32_t start_address);
/device/soc/esp/esp32/components/hal/
Dspi_flash_hal_iram.c47 void spi_flash_hal_erase_sector(spi_flash_host_inst_t *host, uint32_t start_address) in spi_flash_hal_erase_sector() function