Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/components/hal/esp32c6/include/hal/
Dgpio_ll.h343 SET_PERI_REG_BITS(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
355 …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-3.7.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h361 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
373 …*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-3.7.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h377 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
389 …*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-3.7.0/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-3.7.0/components/hal/esp32/include/hal/
Dgpio_ll.h518 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
530 …*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-3.7.0/components/hal/esp32c2/include/hal/
Dgpio_ll.h338 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
350 …*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-3.7.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h350 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
362 …*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-3.7.0/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
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h386 SET_PERI_REG_BITS(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, strength, FUN_DRV_S); in gpio_ll_set_drive_capability()
398 …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()