Home
last modified time | relevance | path

Searched refs:IO_MUX_GPIO26_REG (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/soc/esp32/
Dgpio_periph.c37 IO_MUX_GPIO26_REG,
/hal_espressif-latest/components/soc/esp32h2/
Dgpio_periph.c36 IO_MUX_GPIO26_REG,
/hal_espressif-latest/components/soc/esp32c6/
Dgpio_periph.c36 IO_MUX_GPIO26_REG,
/hal_espressif-latest/components/soc/esp32s2/
Dgpio_periph.c36 IO_MUX_GPIO26_REG,
/hal_espressif-latest/components/soc/esp32s3/
Dgpio_periph.c36 IO_MUX_GPIO26_REG,
/hal_espressif-latest/components/hal/include/hal/
Dgpio_types.h48 #define GPIO_PIN_REG_26 IO_MUX_GPIO26_REG
/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h309 #define IO_MUX_GPIO26_REG PERIPHS_IO_MUX_GPIO26_U macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h120 #define IO_MUX_GPIO26_REG PERIPHS_IO_MUX_SPIWP_U macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h142 #define IO_MUX_GPIO26_REG PERIPHS_IO_MUX_GPIO26_U macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h116 #define IO_MUX_GPIO26_REG PERIPHS_IO_MUX_SPICS1_U macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h117 #define IO_MUX_GPIO26_REG PERIPHS_IO_MUX_SPICS1_U macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h479 if (pin_name == IO_MUX_GPIO26_REG || pin_name == IO_MUX_GPIO27_REG) { in gpio_ll_iomux_func_sel()