Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c189 bootloader_execute_flash_command(CMD_WRSR, new_status, 8, 0); in bootloader_write_status_8b_wrsr()
204 bootloader_execute_flash_command(CMD_WRSR, new_status, 16, 0); in bootloader_write_status_16b_wrsr()
220 bootloader_execute_flash_command(CMD_WRSR, new_status, 8, 0); in bootloader_write_status_8b_xmc25qu64a()
Dbootloader_flash.c515 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock()
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h14 #define CMD_WRSR 0x01 macro
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h41 #define CMD_WRSR 0x01 macro
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c739 return spi_flash_common_write_qe_sr(chip, CMD_WRSR, 16, sr); in spi_flash_common_write_status_16b_wrsr()
744 return spi_flash_common_write_qe_sr(chip, CMD_WRSR, 8, sr); in spi_flash_common_write_status_8b_wrsr()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c507 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock()