Searched refs:write_protect (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-latest/components/soc/esp32/ |
D | sdmmc_periph.c | 21 .write_protect = HOST_CARD_WRITE_PRT_1_IDX, 27 .write_protect = HOST_CARD_WRITE_PRT_2_IDX,
|
/hal_espressif-latest/components/soc/esp32s3/ |
D | sdmmc_periph.c | 21 .write_protect = SDHOST_CARD_WRITE_PRT_1_IDX, 27 .write_protect = SDHOST_CARD_WRITE_PRT_2_IDX,
|
/hal_espressif-latest/components/soc/include/soc/ |
D | sdmmc_periph.h | 34 uint8_t write_protect; /*!< Write protect signal in GPIO Matrix */ member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 260 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/ |
D | operations.py | 283 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/ |
D | operations.py | 274 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/ |
D | operations.py | 274 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/ |
D | operations.py | 290 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/ |
D | operations.py | 287 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/ |
D | operations.py | 294 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/ |
D | operations.py | 341 write_protect = not args.no_write_protect 378 if write_protect: 383 if not write_protect:
|
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_chip_mxic_opi.c | 65 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()
|
D | spi_flash_chip_generic.c | 307 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()
|
D | esp_flash_api.c | 743 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/ |
D | operations.py | 337 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/ |
D | operations.py | 399 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/ |
D | operations.py | 399 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/ |
D | operations.py | 399 write_protect = not args.no_write_protect 437 if write_protect: 442 if not write_protect:
|
/hal_espressif-latest/components/spi_flash/include/ |
D | spi_flash_chip_generic.h | 181 esp_err_t spi_flash_chip_generic_set_write_protect(esp_flash_t *chip, bool write_protect);
|
D | esp_flash.h | 245 esp_err_t esp_flash_set_chip_write_protect(esp_flash_t *chip, bool write_protect);
|