Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c472 uint8_t status_sr2 = 0; // status_sr2 for SR2. in bootloader_flash_unlock() local
496 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
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()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c464 uint8_t status_sr2 = 0; // status_sr2 for SR2. in bootloader_flash_unlock() local
488 status_sr2 = bootloader_execute_flash_command(CMD_RDSR2, 0, 0, 8); in bootloader_flash_unlock()
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()