Searched refs:PERIPHS_IO_MUX_SD_CMD_U (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash_config_esp32.c | 114 gpio_hal_iomux_func_sel(PERIPHS_IO_MUX_SD_CMD_U, PIN_FUNC_GPIO); in bootloader_flash_gpio_config() 127 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CMD_U, FUN_DRV, 3, FUN_DRV_S); in bootloader_flash_gpio_config() 228 gpio_hal_iomux_func_sel(PERIPHS_IO_MUX_SD_CMD_U, PIN_FUNC_GPIO); in bootloader_configure_spi_pins() 242 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CMD_U, FUN_DRV, 3, FUN_DRV_S); in bootloader_configure_spi_pins()
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_flash_init.c | 131 gpio_hal_iomux_func_sel(PERIPHS_IO_MUX_SD_CMD_U, PIN_FUNC_GPIO); in flash_gpio_config() 145 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CMD_U, FUN_DRV, 3, FUN_DRV_S); in flash_gpio_config()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | io_mux_reg.h | 195 #define PERIPHS_IO_MUX_SD_CMD_U (DR_REG_IO_MUX_BASE +0x5c) macro 196 #define IO_MUX_GPIO11_REG PERIPHS_IO_MUX_SD_CMD_U
|