Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_issi.c42 const uint8_t BIT_QE = 1 << 6; in spi_flash_chip_issi_set_io_mode() local
46 BIT_QE); in spi_flash_chip_issi_set_io_mode()
52 const uint8_t BIT_QE = 1 << 6; in spi_flash_chip_issi_get_io_mode() local
56 *out_io_mode = ((sr & BIT_QE)? SPI_FLASH_QOUT: 0); in spi_flash_chip_issi_get_io_mode()
Dspi_flash_chip_gd.c105 const uint8_t BIT_QE = 1 << 1; in spi_flash_chip_gd_get_io_mode() local
109 *out_io_mode = ((sr & BIT_QE)? SPI_FLASH_QOUT: 0); in spi_flash_chip_gd_get_io_mode()
Dspi_flash_chip_generic.c482 const uint8_t BIT_QE = 1 << 1; in spi_flash_chip_generic_get_io_mode() local
486 *out_io_mode = ((sr & BIT_QE)? SPI_FLASH_QOUT: 0); in spi_flash_chip_generic_get_io_mode()
495 const uint32_t BIT_QE = 1 << 9; in spi_flash_chip_generic_set_io_mode() local
499 BIT_QE); in spi_flash_chip_generic_set_io_mode()