Home
last modified time | relevance | path

Searched refs:CMD_WRDI (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/bootloader_support/src/
Dflash_qio_mode.c229 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in read_status_8b_xmc25qu64a()
239 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in write_status_8b_xmc25qu64a()
Dbootloader_flash.c566 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock()
674 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in bootloader_enable_wp()
/hal_espressif-3.5.0/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h27 #define CMD_WRDI 0x04 macro
/hal_espressif-3.5.0/components/bootloader_support/include_bootloader/
Dbootloader_flash_priv.h28 #define CMD_WRDI 0x04 macro
/hal_espressif-3.5.0/examples/storage/custom_flash_driver/components/custom_chip_driver/
Dspi_flash_chip_eon.c47 .command = CMD_WRDI, in spi_flash_chip_eon_exit_otp_mode()
/hal_espressif-3.5.0/components/spi_flash/
Dmemspi_host_driver.c200 .command = wp ? CMD_WRDI : CMD_WREN in memspi_host_set_write_protect()
Dspi_flash_chip_mxic_opi.c66 t.command = CMD_OPI_FLASH_MXIC(CMD_WRDI); in spi_flash_chip_mxic_opi_set_write_protect()