Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h17 #define CMD_WRSR2 0x31 /* Not all SPI flash uses this command */ macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h42 #define CMD_WRSR2 0x31 /* Not all SPI flash uses this command */ macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c194 bootloader_execute_flash_command(CMD_WRSR2, new_status, 8, 0); in bootloader_write_status_8b_wrsr2()
Dbootloader_flash.c522 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c514 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c749 return spi_flash_common_write_qe_sr(chip, CMD_WRSR2, 8, sr); in spi_flash_common_write_status_8b_wrsr2()