Searched refs:set_write_protect (Results 1 – 5 of 5) sorted by relevance
19 .set_write_protect = spi_flash_hal_set_write_protect, \
86 esp_err_t (*set_write_protect)(spi_flash_host_inst_t *host, bool wp); member
167 esp_err_t (*set_write_protect)(spi_flash_host_inst_t *host, bool wp); member
46 .set_write_protect = memspi_host_set_write_protect,
314 chip->host->driver->set_write_protect(chip->host, write_protect); in spi_flash_chip_generic_set_write_protect()