Searched refs:CMD_WRSR (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | flash_qio_mode.c | 189 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()
|
D | bootloader_flash.c | 515 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/ |
D | spi_flash_defs.h | 14 #define CMD_WRSR 0x01 macro
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/ |
D | bootloader_flash_priv.h | 41 #define CMD_WRSR 0x01 macro
|
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_chip_generic.c | 739 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/ |
D | bootloader_flash.c | 507 bootloader_execute_flash_command(CMD_WRSR, new_status, sr1_bit_num, 0); in bootloader_flash_unlock()
|