/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 59 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 60 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | esp_psram_impl_quad.c | 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() 805 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_spiq_sd0_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config() 806 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_spid_sd1_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config() 807 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_spihd_sd2_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config() 808 SET_PERI_REG_BITS(GPIO_PIN_MUX_REG[psram_io->psram_spiwp_sd3_io], FUN_DRV_V, 3, FUN_DRV_S); in psram_gpio_config()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | io_mux_reg.h | 60 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 61 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | io_mux_reg.h | 59 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 60 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | io_mux_reg.h | 58 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 59 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | io_mux_reg.h | 58 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 59 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | io_mux_reg.h | 58 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 59 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 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 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN… in gpio_ll_get_drive_capability()
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | io_mux_reg.h | 59 #define FUN_DRV_M (FUN_DRV_V << FUN_DRV_S) 60 #define FUN_DRV_V 0x3 macro
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpio_ll.h | 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/ |
D | gpio_ll.h | 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/ |
D | gpio_ll.h | 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/hal/esp32/include/hal/ |
D | gpio_ll.h | 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/ |
D | gpio_ll.h | 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/ |
D | gpio_ll.h | 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 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN… in gpio_ll_get_drive_capability()
|