Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bootloader_support/src/
Dbootloader_flash.c510 uint8_t new_status_sr2 = 0; in bootloader_flash_unlock() local
534 new_status_sr2 = status_sr2 & ESP_BOOTLOADER_SPIFLASH_QE_GD_SR2; in bootloader_flash_unlock()
556 if (status_sr2 != new_status_sr2) { in bootloader_flash_unlock()
559 bootloader_execute_flash_command(CMD_WRSR2, new_status_sr2, 8, 0); in bootloader_flash_unlock()