ESP-IDF
gpio_hal_iomux_func_sel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_hal_iomux_func_sel
gpio_hal_iomux_func_sel macro
Select a function for the pin in the IOMUX
Syntax
Show:
Summary
Declaration
from
gpio_hal.h:525
#define
gpio_hal_iomux_func_sel
(
pin_name
,
func
)
gpio_ll_iomux_func_sel
(
pin_name
,
func
)
Arguments
Argument
Description
pin_name
Pin name to configure
func
Function to assign to the pin
Examples
References
from
examples
Code
Location
#define
gpio_hal_iomux_func_sel
(
pin_name
,
func
)
gpio_ll_iomux_func_sel
(
pin_name
,
func
)
gpio_hal.h:525
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_CLK_U
,
FUNC_SD_CLK_SPICLK
)
;
bootloader_flash_config_esp32.c:96
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA0_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:111
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA1_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:112
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA2_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:113
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA3_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:114
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_CMD_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:115
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_CLK_U
,
FUNC_SD_CLK_SPICLK
)
;
bootloader_flash_config_esp32.c:118
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_CLK_U
,
FUNC_SD_CLK_SPICLK
)
;
bootloader_flash_config_esp32.c:210
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA0_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:225
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA1_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:226
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA2_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:227
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_DATA3_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:228
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_CMD_U
,
PIN_FUNC_GPIO
)
;
bootloader_flash_config_esp32.c:229
gpio_hal_iomux_func_sel
(
PERIPHS_IO_MUX_SD_CLK_U
,
FUNC_SD_CLK_SPICLK
)
;
bootloader_flash_config_esp32.c:232
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
gpio_num
]
,
CLKOUT_CHANNEL_TO_IOMUX_FUNC
(
allocated_mapping
->
clkout_channel_hdl
->
channel_id
)
)
;
esp_clock_output.c:142
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
mapping_hdl
->
mapped_io
]
,
PIN_FUNC_GPIO
)
;
esp_clock_output.c:176
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUNC_SD_CLK_SPICLK
)
;
esp_psram_impl_quad.c:806
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:809
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_cs_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:811
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_cs_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:812
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_clk_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:813
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spiq_sd0_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:814
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spid_sd1_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:815
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spihd_sd2_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:816
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spiwp_sd3_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:817
gpio_hal_iomux_func_sel
(
reg
,
sdmmc_func
)
;
sdio_slave.c:293
gpio_hal_iomux_func_sel
(
reg
,
PIN_FUNC_GPIO
)
;
sdio_slave.c:336
gpio_hal_iomux_func_sel
(
reg
,
sdmmc_func
)
;
sdmmc_host.c:566
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out