/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash_config_esp32.c | 82 uint32_t drv = 2; in bootloader_flash_gpio_config() local 199 void bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
D | bootloader_flash_config_esp32c6.c | 68 void IRAM_ATTR bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
D | bootloader_flash_config_esp32h2.c | 69 void IRAM_ATTR bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
D | bootloader_flash_config_esp32c3.c | 87 void IRAM_ATTR bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
D | bootloader_flash_config_esp32s2.c | 90 void IRAM_ATTR bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
D | bootloader_flash_config_esp32c2.c | 83 void IRAM_ATTR bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
D | bootloader_flash_config_esp32s3.c | 96 void IRAM_ATTR bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_flash_init.c | 72 void configure_spi_pins(int drv) in configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_flash_init.c | 37 void configure_spi_pins(int drv) in configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_flash_init.c | 86 void configure_spi_pins(int drv) in configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_flash_init.c | 39 void configure_spi_pins(int drv) in configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_flash_init.c | 80 void configure_spi_pins(int drv) in configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_flash_init.c | 96 uint32_t drv = 2; in flash_gpio_config() local
|
/hal_espressif-latest/components/spi_flash/esp32s3/ |
D | spi_flash_oct_flash_init.c | 182 static void s_set_pin_drive_capability(uint8_t drv) in s_set_pin_drive_capability()
|
/hal_espressif-latest/components/esp_psram/ |
D | esp_psram.c | 297 cache_driver_t drv = { in esp_psram_init() local
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 87 #define PIN_SET_DRV(PIN_NAME, drv) REG_SET_FIELD(PIN_NAME, FUN_DRV, (drv)); argument 124 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | io_mux_reg.h | 88 #define PIN_SET_DRV(PIN_NAME, drv) REG_SET_FIELD(PIN_NAME, FUN_DRV, (drv)); argument 123 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | io_mux_reg.h | 85 #define PIN_SET_DRV(PIN_NAME, drv) REG_SET_FIELD(PIN_NAME, FUN_DRV, (drv)); argument 130 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | io_mux_reg.h | 103 #define PIN_SET_DRV(PIN_NAME, drv) REG_SET_FIELD(PIN_NAME, FUN_DRV, (drv)); argument 149 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | io_mux_reg.h | 86 #define PIN_SET_DRV(PIN_NAME, drv) REG_SET_FIELD(PIN_NAME, FUN_DRV, (drv)); argument 144 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/hal/include/hal/ |
D | gpio_hal.h | 52 #define gpio_hal_get_io_config(hal, gpio_num, pu, pd, ie, oe, od, drv, fun_sel, sig_out, slp_sel) \ argument
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 58 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | io_mux_reg.h | 85 #define PIN_SET_DRV(PIN_NAME, drv) REG_SET_FIELD(PIN_NAME, FUN_DRV, (drv)); argument 144 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpio_ll.h | 54 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | gpio_ll.h | 58 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config()
|