Home
last modified time | relevance | path

Searched refs:CMD_WRSR2 (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h25 #define CMD_WRSR2 0x31 /* Not all SPI flash uses this command */ macro
/hal_espressif-3.6.0/components/bootloader_support/include_bootloader/
Dbootloader_flash_priv.h26 #define CMD_WRSR2 0x31 /* Not all SPI flash uses this command */ macro
/hal_espressif-3.6.0/components/bootloader_support/src/
Dflash_qio_mode.c216 bootloader_execute_flash_command(CMD_WRSR2, new_status, 8, 0); in write_status_8b_wrsr2()
Dbootloader_flash.c559 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_chip_generic.c687 return spi_flash_common_write_qe_sr(chip, CMD_WRSR2, 8, sr); in spi_flash_common_write_status_8b_wrsr2()