Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c152 uint8_t flash_clk_io; member
739 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], FUN_DRV, 3, FUN_DRV_S); in psram_gpio_config()
750 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], FUN_DRV, 3, FUN_DRV_S); in psram_gpio_config()
761 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], FUN_DRV, 2, FUN_DRV_S); in psram_gpio_config()
783 …if ((psram_io->flash_clk_io == SPI_IOMUX_PIN_NUM_CLK) && (psram_io->flash_clk_io != psram_io->psra… in psram_gpio_config()
785 gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], FUNC_SD_CLK_SPICLK); in psram_gpio_config()
788 gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], PIN_FUNC_GPIO); in psram_gpio_config()
802 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config()
812 esp_gpio_reserve_pins(BIT64(psram_io->flash_clk_io) | in psram_gpio_config()
891 psram_io.flash_clk_io = SPI_IOMUX_PIN_NUM_CLK; in esp_psram_impl_enable()
[all …]
/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c114 uint8_t flash_clk_io; member
125 .flash_clk_io = FLASH_CLK_IO, \
375 psram_io.flash_clk_io = EFUSE_SPICONFIG_RET_SPICLK(spiconfig); in psram_gpio_config()
386 esp_gpio_reserve_pins(BIT64(psram_io.flash_clk_io) | in psram_gpio_config()