Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c174 return bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_read_status_8b_rdsr2()
184 …ute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8) << 8); in bootloader_read_status_16b_rdsr_rdsr2()
Dbootloader_flash.c496 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
500 …ute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8) << 8); in bootloader_flash_unlock()
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h21 #define CMD_RDSR2 0x35 /* Not all SPI flash uses this command */ macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h48 #define CMD_RDSR2 0x35 /* Not all SPI flash uses this command */ macro
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c717 esp_err_t ret = spi_flash_common_read_qe_sr(chip, CMD_RDSR2, 8, &sr2); in spi_flash_common_read_status_16b_rdsr_rdsr2()
729 return spi_flash_common_read_qe_sr(chip, CMD_RDSR2, 8, out_sr); in spi_flash_common_read_status_8b_rdsr2()
834 .cmd_rdsr = CMD_RDSR2, in spi_flash_chip_generic_suspend_cmd_conf()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c488 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
492 …ute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8) << 8); in bootloader_flash_unlock()