Home
last modified time | relevance | path

Searched refs:default_gpio (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/
Duart_periph.c24 .default_gpio = U0TXD_GPIO_NUM,
31 .default_gpio = U0RXD_GPIO_NUM,
38 .default_gpio = U0RTS_GPIO_NUM,
45 .default_gpio = U0CTS_GPIO_NUM,
58 .default_gpio = U1TXD_GPIO_NUM,
65 .default_gpio = U1RXD_GPIO_NUM,
72 .default_gpio = U1RTS_GPIO_NUM,
79 .default_gpio = U1CTS_GPIO_NUM,
92 .default_gpio = U2TXD_GPIO_NUM,
99 .default_gpio = U2RXD_GPIO_NUM,
[all …]
/hal_espressif-latest/components/soc/esp32/
Duart_periph.c24 .default_gpio = U0TXD_GPIO_NUM,
31 .default_gpio = U0RXD_GPIO_NUM,
38 .default_gpio = U0RTS_GPIO_NUM,
45 .default_gpio = U0CTS_GPIO_NUM,
58 .default_gpio = U1TXD_GPIO_NUM,
65 .default_gpio = U1RXD_GPIO_NUM,
72 .default_gpio = U1RTS_GPIO_NUM,
79 .default_gpio = U1CTS_GPIO_NUM,
92 .default_gpio = U2TXD_GPIO_NUM,
99 .default_gpio = U2RXD_GPIO_NUM,
[all …]
/hal_espressif-latest/components/soc/esp32c2/
Duart_periph.c16 .default_gpio = U0TXD_GPIO_NUM,
23 .default_gpio = U0RXD_GPIO_NUM,
30 .default_gpio = U0RTS_GPIO_NUM,
37 .default_gpio = U0CTS_GPIO_NUM,
50 .default_gpio = U1TXD_GPIO_NUM,
57 .default_gpio = U1RXD_GPIO_NUM,
64 .default_gpio = U1RTS_GPIO_NUM,
71 .default_gpio = U1CTS_GPIO_NUM,
/hal_espressif-latest/components/soc/esp32s2/
Duart_periph.c24 .default_gpio = U0TXD_GPIO_NUM,
31 .default_gpio = U0RXD_GPIO_NUM,
38 .default_gpio = U0RTS_GPIO_NUM,
45 .default_gpio = U0CTS_GPIO_NUM,
58 .default_gpio = U1TXD_GPIO_NUM,
65 .default_gpio = U1RXD_GPIO_NUM,
72 .default_gpio = U1RTS_GPIO_NUM,
79 .default_gpio = U1CTS_GPIO_NUM,
/hal_espressif-latest/components/soc/esp32c6/
Duart_periph.c16 .default_gpio = U0TXD_GPIO_NUM,
23 .default_gpio = U0RXD_GPIO_NUM,
30 .default_gpio = U0RTS_GPIO_NUM,
37 .default_gpio = U0CTS_GPIO_NUM,
50 .default_gpio = U1TXD_GPIO_NUM,
57 .default_gpio = U1RXD_GPIO_NUM,
64 .default_gpio = U1RTS_GPIO_NUM,
71 .default_gpio = U1CTS_GPIO_NUM,
/hal_espressif-latest/components/soc/esp32c3/
Duart_periph.c24 .default_gpio = U0TXD_GPIO_NUM,
31 .default_gpio = U0RXD_GPIO_NUM,
38 .default_gpio = U0RTS_GPIO_NUM,
45 .default_gpio = U0CTS_GPIO_NUM,
58 .default_gpio = U1TXD_GPIO_NUM,
65 .default_gpio = U1RXD_GPIO_NUM,
72 .default_gpio = U1RTS_GPIO_NUM,
79 .default_gpio = U1CTS_GPIO_NUM,
/hal_espressif-latest/components/soc/esp32h2/
Duart_periph.c16 .default_gpio = U0TXD_GPIO_NUM,
23 .default_gpio = U0RXD_GPIO_NUM,
30 .default_gpio = U0RTS_GPIO_NUM,
37 .default_gpio = U0CTS_GPIO_NUM,
50 .default_gpio = U1TXD_GPIO_NUM,
57 .default_gpio = U1RXD_GPIO_NUM,
64 .default_gpio = U1RTS_GPIO_NUM,
71 .default_gpio = U1CTS_GPIO_NUM,
/hal_espressif-latest/components/soc/include/soc/
Duart_periph.h38 int32_t default_gpio : 15; member
/hal_espressif-latest/components/driver/uart/
Duart.c589 if (upin->iomux_func == -1 || upin->default_gpio == -1 || upin->default_gpio != io_num) { in uart_try_set_iomux_pin()