Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c212 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in bootloader_read_status_8b_xmc25qu64a()
222 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in bootloader_write_status_8b_xmc25qu64a()
Dbootloader_flash.c529 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock()
629 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in bootloader_enable_wp()
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h19 #define CMD_WRDI 0x04 macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h46 #define CMD_WRDI 0x04 macro
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c197 .command = wp ? CMD_WRDI : CMD_WREN in memspi_host_set_write_protect()
Dspi_flash_chip_mxic_opi.c73 t.command = CMD_OPI_FLASH_MXIC(CMD_WRDI); in spi_flash_chip_mxic_opi_set_write_protect()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c521 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); in bootloader_flash_unlock()
621 bootloader_execute_flash_command(CMD_WRDI, 0, 0, 0); /* Exit OTP mode */ in bootloader_enable_wp()