Home
last modified time | relevance | path

Searched refs:new_status_sr2 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c473 uint8_t new_status_sr2 = 0; in bootloader_flash_unlock() local
497 new_status_sr2 = status_sr2 & ESP_BOOTLOADER_SPIFLASH_QE_GD_SR2; in bootloader_flash_unlock()
519 if (status_sr2 != new_status_sr2) { in bootloader_flash_unlock()
522 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c465 uint8_t new_status_sr2 = 0; in bootloader_flash_unlock() local
489 new_status_sr2 = status_sr2 & ESP_BOOTLOADER_SPIFLASH_QE_GD_SR2; in bootloader_flash_unlock()
511 if (status_sr2 != new_status_sr2) { in bootloader_flash_unlock()
514 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()