Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/
Dsdmmc_periph.c21 .write_protect = HOST_CARD_WRITE_PRT_1_IDX,
27 .write_protect = HOST_CARD_WRITE_PRT_2_IDX,
/hal_espressif-latest/components/soc/esp32s3/
Dsdmmc_periph.c21 .write_protect = SDHOST_CARD_WRITE_PRT_1_IDX,
27 .write_protect = SDHOST_CARD_WRITE_PRT_2_IDX,
/hal_espressif-latest/components/soc/include/soc/
Dsdmmc_periph.h34 uint8_t write_protect; /*!< Write protect signal in GPIO Matrix */ member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py260 write_protect = not args.no_write_protect
277 if write_protect:
282 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py283 write_protect = not args.no_write_protect
320 if write_protect:
325 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Doperations.py274 write_protect = not args.no_write_protect
311 if write_protect:
316 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Doperations.py274 write_protect = not args.no_write_protect
311 if write_protect:
316 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py290 write_protect = not args.no_write_protect
327 if write_protect:
332 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Doperations.py287 write_protect = not args.no_write_protect
323 if write_protect:
328 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Doperations.py294 write_protect = not args.no_write_protect
340 if write_protect:
345 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Doperations.py341 write_protect = not args.no_write_protect
378 if write_protect:
383 if not write_protect:
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_mxic_opi.c65 esp_err_t spi_flash_chip_mxic_opi_set_write_protect(esp_flash_t *chip, bool write_protect) in spi_flash_chip_mxic_opi_set_write_protect() argument
72 if(write_protect) { in spi_flash_chip_mxic_opi_set_write_protect()
82 if (err == ESP_OK && wp_read != write_protect) { in spi_flash_chip_mxic_opi_set_write_protect()
Dspi_flash_chip_generic.c307 esp_err_t spi_flash_chip_generic_set_write_protect(esp_flash_t *chip, bool write_protect) in spi_flash_chip_generic_set_write_protect() argument
314 chip->host->driver->set_write_protect(chip->host, write_protect); in spi_flash_chip_generic_set_write_protect()
319 if (err == ESP_OK && wp_read != write_protect) { in spi_flash_chip_generic_set_write_protect()
Desp_flash_api.c743 esp_err_t IRAM_ATTR esp_flash_set_chip_write_protect(esp_flash_t *chip, bool write_protect) in esp_flash_set_chip_write_protect() argument
754 err = chip->chip_drv->set_chip_write_protect(chip, write_protect); in esp_flash_set_chip_write_protect()
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Doperations.py337 write_protect = not args.no_write_protect
374 if write_protect:
379 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py399 write_protect = not args.no_write_protect
437 if write_protect:
442 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py399 write_protect = not args.no_write_protect
437 if write_protect:
442 if not write_protect:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py399 write_protect = not args.no_write_protect
437 if write_protect:
442 if not write_protect:
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_chip_generic.h181 esp_err_t spi_flash_chip_generic_set_write_protect(esp_flash_t *chip, bool write_protect);
Desp_flash.h245 esp_err_t esp_flash_set_chip_write_protect(esp_flash_t *chip, bool write_protect);