Home
last modified time | relevance | path

Searched refs:FUN_DRV_S (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32.c96 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, drv, FUN_DRV_S); in bootloader_flash_gpio_config()
118 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, drv, FUN_DRV_S); in bootloader_flash_gpio_config()
123 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA0_U, FUN_DRV, 3, FUN_DRV_S); in bootloader_flash_gpio_config()
124 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA1_U, FUN_DRV, 3, FUN_DRV_S); in bootloader_flash_gpio_config()
125 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA2_U, FUN_DRV, 3, FUN_DRV_S); in bootloader_flash_gpio_config()
126 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA3_U, FUN_DRV, 3, FUN_DRV_S); 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()
128 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, 3, FUN_DRV_S); in bootloader_flash_gpio_config()
210 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, drv, FUN_DRV_S); in bootloader_configure_spi_pins()
232 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, drv, FUN_DRV_S); in bootloader_configure_spi_pins()
[all …]
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c112 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, drv, FUN_DRV_S); in flash_gpio_config()
135 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, drv, FUN_DRV_S); in flash_gpio_config()
141 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA0_U, FUN_DRV, 3, FUN_DRV_S); in flash_gpio_config()
142 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA1_U, FUN_DRV, 3, FUN_DRV_S); in flash_gpio_config()
143 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA2_U, FUN_DRV, 3, FUN_DRV_S); in flash_gpio_config()
144 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_DATA3_U, FUN_DRV, 3, FUN_DRV_S); 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()
146 SET_PERI_REG_BITS(PERIPHS_IO_MUX_SD_CLK_U, FUN_DRV, 3, FUN_DRV_S); in flash_gpio_config()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c739 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->flash_clk_io], FUN_DRV, 3, FUN_DRV_S); in psram_gpio_config()
740 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_clk_io], FUN_DRV, 2, 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()
751 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_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()
762 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_clk_io], FUN_DRV, 2, FUN_DRV_S); in psram_gpio_config()
801 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->flash_cs_io], FUN_DRV_V, 3, FUN_DRV_S); 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()
803 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_cs_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config()
804 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_clk_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config()
[all …]
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_ll.h68 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
376 SET_PERI_REG_BITS(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
388 …th = (gpio_drive_cap_t)GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h65 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
416 SET_PERI_REG_BITS(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, drv_cap, FUN_DRV_S); in gpio_ll_set_drive_capability()
428 uint32_t drv_cap = GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpio_ll.h61 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
371 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
383 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpio_ll.h64 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
395 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
407 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h59 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
61 #define FUN_DRV_S 10 macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h69 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
551 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
563 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgpio_ll.h64 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
389 SET_PERI_REG_BITS(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, drv_cap, FUN_DRV_S); in gpio_ll_set_drive_capability()
401 uint32_t drv_cap = GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h67 *drv = (iomux_reg_val & FUN_DRV_M) >> FUN_DRV_S; in gpio_ll_get_io_config()
419 SET_PERI_REG_BITS(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
431 …th = (gpio_drive_cap_t)GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h60 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
62 #define FUN_DRV_S 10 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h59 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
61 #define FUN_DRV_S 10 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h58 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
60 #define FUN_DRV_S 10 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h58 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
60 #define FUN_DRV_S 10 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h58 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
60 #define FUN_DRV_S 10 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h59 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S)
61 #define FUN_DRV_S 10 macro