Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Demac_hal.c18 gpio_ll_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_EMAC_TX_CLK); in emac_hal_iomux_init_mii()
59 gpio_ll_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_EMAC_TX_CLK); in emac_hal_iomux_rmii_clk_input()
68 gpio_ll_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_CLK_OUT1); in emac_hal_iomux_rmii_clk_output()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dio_mux_reg.h116 #define PERIPHS_IO_MUX_GPIO0_U (DR_REG_IO_MUX_BASE +0x44) macro
117 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dio_mux_reg.h96 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
192 #define PERIPHS_IO_MUX_GPIO0_U (REG_IO_MUX_BASE +0x04) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dio_mux_reg.h95 #define IO_MUX_GPIO0_REG PERIPHS_IO_MUX_GPIO0_U
198 #define PERIPHS_IO_MUX_GPIO0_U (REG_IO_MUX_BASE +0x04) macro
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_unal_dma.c44 gpio_hal_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, 0); in dmaMemcpy()
Dtest_ahb_arb.c49 gpio_hal_iomux_func_sel(PERIPHS_IO_MUX_GPIO0_U, 0); in lcdIfaceInit()
/hal_espressif-3.6.0/components/driver/
Di2s.c254 PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0_CLK_OUT1); in i2s_check_set_mclk()