Searched refs:sr2 (Results 1 – 1 of 1) sorted by relevance
716 uint32_t sr, sr2; in spi_flash_common_read_status_16b_rdsr_rdsr2() local717 esp_err_t ret = spi_flash_common_read_qe_sr(chip, CMD_RDSR2, 8, &sr2); in spi_flash_common_read_status_16b_rdsr_rdsr2()722 *out_sr = (sr & 0xff) | ((sr2 & 0xff) << 8); in spi_flash_common_read_status_16b_rdsr_rdsr2()