Home
last modified time | relevance | path

Searched refs:IO_MUX_GPIO20_REG (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/
Dgpio_periph.c30 IO_MUX_GPIO20_REG,
/hal_espressif-latest/components/soc/esp32c3/
Dgpio_periph.c30 IO_MUX_GPIO20_REG,
/hal_espressif-latest/components/soc/esp32/
Dgpio_periph.c31 IO_MUX_GPIO20_REG, // This corresponding pin is only available on ESP32-PICO-V3 chip package
/hal_espressif-latest/components/soc/esp32h2/
Dgpio_periph.c30 IO_MUX_GPIO20_REG,
/hal_espressif-latest/components/soc/esp32c6/
Dgpio_periph.c30 IO_MUX_GPIO20_REG,
/hal_espressif-latest/components/soc/esp32s2/
Dgpio_periph.c30 IO_MUX_GPIO20_REG,
/hal_espressif-latest/components/soc/esp32s3/
Dgpio_periph.c30 IO_MUX_GPIO20_REG,
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h116 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_U0RXD_U macro
/hal_espressif-latest/components/hal/include/hal/
Dgpio_types.h42 #define GPIO_PIN_REG_20 IO_MUX_GPIO20_REG
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h117 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_U0TXD_U macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dio_mux_reg.h271 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_GPIO20_U macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h114 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_SDIO_DATA0_U macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h136 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_SPID_U macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h114 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_GPIO20_U macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h115 #define IO_MUX_GPIO20_REG PERIPHS_IO_MUX_GPIO20_U macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h534 if (pin_name == IO_MUX_GPIO19_REG || pin_name == IO_MUX_GPIO20_REG) { in gpio_ll_iomux_func_sel()