Searched refs:default_gpio (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/soc/esp32s3/ |
D | uart_periph.c | 24 .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/ |
D | uart_periph.c | 24 .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/ |
D | uart_periph.c | 16 .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/ |
D | uart_periph.c | 24 .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/ |
D | uart_periph.c | 16 .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/ |
D | uart_periph.c | 24 .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/ |
D | uart_periph.c | 16 .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/ |
D | uart_periph.h | 38 int32_t default_gpio : 15; member
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 589 if (upin->iomux_func == -1 || upin->default_gpio == -1 || upin->default_gpio != io_num) { in uart_try_set_iomux_pin()
|