Home
last modified time | relevance | path

Searched refs:PERIPHS_IO_MUX_GPIO0_U (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h110 #define PERIPHS_IO_MUX_GPIO0_U (DR_REG_IO_MUX_BASE +0x44) macro
111 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h116 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
187 #define PERIPHS_IO_MUX_GPIO0_U (REG_IO_MUX_BASE + 0x4) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h94 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
200 #define PERIPHS_IO_MUX_GPIO0_U (REG_IO_MUX_BASE +0x04) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h95 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
190 #define PERIPHS_IO_MUX_GPIO0_U (REG_IO_MUX_BASE +0x04) macro
/hal_espressif-latest/components/hal/
Demac_hal.c41 gpio_ll_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_EMAC_TX_CLK); in emac_hal_iomux_init_mii()
82 gpio_ll_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_EMAC_TX_CLK); in emac_hal_iomux_rmii_clk_input()
91 gpio_ll_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_CLK_OUT1); in emac_hal_iomux_rmii_clk_output()
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1804 PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_CLK_OUT1); in i2s_check_set_mclk()