Home
last modified time | relevance | path

Searched refs:CMD_WREN (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/spi_flash/esp32s3/
Dopi_flash_cmd_format_mxic.h39 .cmd = MXIC_CMD16(CMD_WREN), \
126 .cmd = MXIC_CMD16(CMD_WREN), \
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h18 #define CMD_WREN 0x06 macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h44 #define CMD_WREN 0x06 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h211 #define CMD_WREN 0x06 macro
245 .cmd = CMD_WREN, \
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c136 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in enable_qio_mode()
Dbootloader_flash.c514 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
521 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
/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.c75 t.command = CMD_OPI_FLASH_MXIC(CMD_WREN); in spi_flash_chip_mxic_opi_set_write_protect()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c506 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
513 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()