Home
last modified time | relevance | path

Searched refs:SPIWP_IN_IDX (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgpio_sig_map.h16 #define SPIWP_IN_IDX 3 macro
/hal_espressif-latest/components/soc/esp32/
Dspi_periph.c32 .spiwp_in = SPIWP_IN_IDX,
/hal_espressif-latest/components/soc/esp32s2/
Dspi_periph.c23 .spiwp_in = SPIWP_IN_IDX,
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32.c106 esp_rom_gpio_connect_in_signal(SPI_IOMUX_PIN_NUM_WP, SPIWP_IN_IDX, 0); in bootloader_flash_gpio_config()
220 esp_rom_gpio_connect_in_signal(FLASH_SPIWP_IO, SPIWP_IN_IDX, 0); in bootloader_configure_spi_pins()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgpio_sig_map.h16 #define SPIWP_IN_IDX 3 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dgpio_sig_map.h250 #define SPIWP_IN_IDX 124 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dgpio_sig_map.h245 #define SPIWP_IN_IDX 124 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dgpio_sig_map.h26 #define SPIWP_IN_IDX 3 macro
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c123 esp_rom_gpio_connect_in_signal(SPI_IOMUX_PIN_NUM_WP, SPIWP_IN_IDX, 0); in flash_gpio_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_sig_map.h25 #define SPIWP_IN_IDX 4 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgpio_sig_map.h15 #define SPIWP_IN_IDX 3 macro
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c778 esp_rom_gpio_connect_in_signal(psram_io->psram_spiwp_sd3_io, SPIWP_IN_IDX, 0); in psram_gpio_config()