Searched refs:CMD_WRDI (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.5.0/components/bootloader_support/src/ |
D | flash_qio_mode.c | 229 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()
|
D | bootloader_flash.c | 566 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/ |
D | spi_flash_defs.h | 27 #define CMD_WRDI 0x04 macro
|
/hal_espressif-3.5.0/components/bootloader_support/include_bootloader/ |
D | bootloader_flash_priv.h | 28 #define CMD_WRDI 0x04 macro
|
/hal_espressif-3.5.0/examples/storage/custom_flash_driver/components/custom_chip_driver/ |
D | spi_flash_chip_eon.c | 47 .command = CMD_WRDI, in spi_flash_chip_eon_exit_otp_mode()
|
/hal_espressif-3.5.0/components/spi_flash/ |
D | memspi_host_driver.c | 200 .command = wp ? CMD_WRDI : CMD_WREN in memspi_host_set_write_protect()
|
D | spi_flash_chip_mxic_opi.c | 66 t.command = CMD_OPI_FLASH_MXIC(CMD_WRDI); in spi_flash_chip_mxic_opi_set_write_protect()
|