Home
last modified time | relevance | path

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

/device/soc/esp/esp32/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.c68 const uint8_t BIT_QE = 1 << 1; in spi_flash_chip_gd_get_io_mode() local
72 *out_io_mode = ((sr & BIT_QE)? SPI_FLASH_QOUT: 0); in spi_flash_chip_gd_get_io_mode()
Dspi_flash_chip_generic.c445 const uint8_t BIT_QE = 1 << 1; in spi_flash_chip_generic_get_io_mode() local
449 *out_io_mode = ((sr & BIT_QE)? SPI_FLASH_QOUT: 0); in spi_flash_chip_generic_get_io_mode()
458 const uint32_t BIT_QE = 1 << 9; in spi_flash_chip_generic_set_io_mode() local
462 BIT_QE); in spi_flash_chip_generic_set_io_mode()