Home
last modified time | relevance | path

Searched refs:CMD_RDSR (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c169 return bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_read_status_8b_rdsr()
184 …return bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(CMD… in bootloader_read_status_16b_rdsr_rdsr2()
211 uint32_t read_status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_read_status_8b_xmc25qu64a()
Dbootloader_flash.c481 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
492 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
500 …status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(C… in bootloader_flash_unlock()
/hal_espressif-latest/components/spi_flash/esp32s3/
Dopi_flash_cmd_format_mxic.h28 .cmd = MXIC_CMD16(CMD_RDSR), \
115 .cmd = MXIC_CMD16(CMD_RDSR), \
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h20 #define CMD_RDSR 0x05 macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h47 #define CMD_RDSR 0x05 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h210 #define CMD_RDSR 0x05 macro
234 .cmd = CMD_RDSR, \
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c473 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
484 status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8); in bootloader_flash_unlock()
492 …status = bootloader_execute_flash_command(CMD_RDSR, 0, 0, 8) | (bootloader_execute_flash_command(C… in bootloader_flash_unlock()
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c116 .command = CMD_RDSR, in memspi_host_read_status_hs()
Dspi_flash_chip_generic.c719 ret = spi_flash_common_read_qe_sr(chip, CMD_RDSR, 8, &sr); in spi_flash_common_read_status_16b_rdsr_rdsr2()
734 return spi_flash_common_read_qe_sr(chip, CMD_RDSR, 8, out_sr); in spi_flash_common_read_status_8b_rdsr()
Dspi_flash_chip_mxic_opi.c138 .command = CMD_OPI_FLASH_MXIC(CMD_RDSR), in spi_flash_chip_mxic_opi_read_reg()