Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/include/
Dspi_flash_chip_generic.h351 …ash_t *chip, esp_flash_wrsr_func_t wrsr_func, esp_flash_rdsr_func_t rdsr_func, uint32_t qe_sr_bit);
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_generic.c573 …lash_t *chip, esp_flash_wrsr_func_t wrsr_func, esp_flash_rdsr_func_t rdsr_func, uint32_t qe_sr_bit) in spi_flash_common_set_io_mode() argument
598 sr_update = sr | qe_sr_bit; in spi_flash_common_set_io_mode()
600 sr_update = sr & (~qe_sr_bit); in spi_flash_common_set_io_mode()