Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/
Dmemspi_host_driver.h19 .set_write_protect = spi_flash_hal_set_write_protect, \
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h86 esp_err_t (*set_write_protect)(spi_flash_host_inst_t *host, bool wp); member
/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_types.h167 esp_err_t (*set_write_protect)(spi_flash_host_inst_t *host, bool wp); member
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c46 .set_write_protect = memspi_host_set_write_protect,
Dspi_flash_chip_generic.c314 chip->host->driver->set_write_protect(chip->host, write_protect); in spi_flash_chip_generic_set_write_protect()