Searched refs:CMD_WRDI (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | flash_qio_mode.c | 212 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()
|
D | bootloader_flash.c | 529 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/ |
D | spi_flash_defs.h | 19 #define CMD_WRDI 0x04 macro
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/ |
D | bootloader_flash_priv.h | 46 #define CMD_WRDI 0x04 macro
|
/hal_espressif-latest/components/spi_flash/ |
D | memspi_host_driver.c | 197 .command = wp ? CMD_WRDI : CMD_WREN in memspi_host_set_write_protect()
|
D | spi_flash_chip_mxic_opi.c | 73 t.command = CMD_OPI_FLASH_MXIC(CMD_WRDI); in spi_flash_chip_mxic_opi_set_write_protect()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 521 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()
|