Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_chip_generic.h363 …ash_t *chip, esp_flash_wrsr_func_t wrsr_func, esp_flash_rdsr_func_t rdsr_func, uint32_t qe_sr_bit);
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c752 …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
777 sr_update = sr | qe_sr_bit; in spi_flash_common_set_io_mode()
779 sr_update = sr & (~qe_sr_bit); in spi_flash_common_set_io_mode()