Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bootloader_support/src/
Dflash_qio_mode.c201 return bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in read_status_8b_rdsr2()
206 …ute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8) << 8); in read_status_16b_rdsr_rdsr2()
Dbootloader_flash.c533 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
537 …ute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8) << 8); in bootloader_flash_unlock()
/hal_espressif-3.6.0/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h29 #define CMD_RDSR2 0x35 /* Not all SPI flash uses this command */ macro
/hal_espressif-3.6.0/components/bootloader_support/include_bootloader/
Dbootloader_flash_priv.h30 #define CMD_RDSR2 0x35 /* Not all SPI flash uses this command */ macro
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_chip_generic.c655 esp_err_t ret = spi_flash_common_read_qe_sr(chip, CMD_RDSR2, 8, &sr2); in spi_flash_common_read_status_16b_rdsr_rdsr2()
667 return spi_flash_common_read_qe_sr(chip, CMD_RDSR2, 8, out_sr); in spi_flash_common_read_status_8b_rdsr2()
772 .cmd_rdsr = CMD_RDSR2, in spi_flash_chip_generic_suspend_cmd_conf()