Home
last modified time | relevance | path

Searched refs:flash_get_wp_pin (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/common/include/
Dsoc_flash_init.h16 int flash_get_wp_pin(void);
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c110 esp_rom_spiflash_select_qio_pins(flash_get_wp_pin(), esp_rom_efuse_get_flash_gpio_info()); in s_flash_set_qio_pins()
/hal_espressif-latest/components/spi_flash/
Dflash_ops.c240 return flash_get_wp_pin(); in esp_mspi_get_io()
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c200 int flash_get_wp_pin(void) in flash_get_wp_pin() function
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c910 psram_io.psram_spiwp_sd3_io = flash_get_wp_pin(); in esp_psram_impl_enable()