Searched refs:CMD_WREN (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.5.0/components/spi_flash/include/spi_flash/ |
D | spi_flash_defs.h | 26 #define CMD_WREN 0x06 macro
|
/hal_espressif-3.5.0/components/bootloader_support/include_bootloader/ |
D | bootloader_flash_priv.h | 27 #define CMD_WREN 0x06 macro
|
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/include/ |
D | rom_functions.h | 207 #define CMD_WREN 0x06 macro 241 .cmd = CMD_WREN, \
|
/hal_espressif-3.5.0/components/bootloader_support/src/ |
D | flash_qio_mode.c | 158 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in enable_qio_mode()
|
D | bootloader_flash.c | 551 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock() 558 bootloader_execute_flash_command(CMD_WREN, 0, 0, 0); in bootloader_flash_unlock()
|
/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 | 68 t.command = CMD_OPI_FLASH_MXIC(CMD_WREN); in spi_flash_chip_mxic_opi_set_write_protect()
|