Searched refs:CMD_WRSR2 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/spi_flash/include/spi_flash/ |
D | spi_flash_defs.h | 17 #define CMD_WRSR2 0x31 /* Not all SPI flash uses this command */ macro
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/ |
D | bootloader_flash_priv.h | 42 #define CMD_WRSR2 0x31 /* Not all SPI flash uses this command */ macro
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | flash_qio_mode.c | 194 bootloader_execute_flash_command(CMD_WRSR2, new_status, 8, 0); in bootloader_write_status_8b_wrsr2()
|
D | bootloader_flash.c | 522 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 514 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
|
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_chip_generic.c | 749 return spi_flash_common_write_qe_sr(chip, CMD_WRSR2, 8, sr); in spi_flash_common_write_status_8b_wrsr2()
|