Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s3/
Duart_periph.c25 .iomux_func = U0TXD_MUX_FUNC,
32 .iomux_func = U0RXD_MUX_FUNC,
39 .iomux_func = U0RTS_MUX_FUNC,
46 .iomux_func = U0CTS_MUX_FUNC,
59 .iomux_func = U1TXD_MUX_FUNC,
66 .iomux_func = U1RXD_MUX_FUNC,
73 .iomux_func = U1RTS_MUX_FUNC,
80 .iomux_func = U1CTS_MUX_FUNC,
93 .iomux_func = U2TXD_MUX_FUNC,
100 .iomux_func = U2RXD_MUX_FUNC,
[all …]
/hal_espressif-latest/components/soc/esp32/
Duart_periph.c25 .iomux_func = U0TXD_MUX_FUNC,
32 .iomux_func = U0RXD_MUX_FUNC,
39 .iomux_func = U0RTS_MUX_FUNC,
46 .iomux_func = U0CTS_MUX_FUNC,
59 .iomux_func = U1TXD_MUX_FUNC,
66 .iomux_func = U1RXD_MUX_FUNC,
73 .iomux_func = U1RTS_MUX_FUNC,
80 .iomux_func = U1CTS_MUX_FUNC,
93 .iomux_func = U2TXD_MUX_FUNC,
100 .iomux_func = U2RXD_MUX_FUNC,
[all …]
/hal_espressif-latest/components/soc/esp32c2/
Duart_periph.c17 .iomux_func = U0TXD_MUX_FUNC,
24 .iomux_func = U0RXD_MUX_FUNC,
31 .iomux_func = U0RTS_MUX_FUNC,
38 .iomux_func = U0CTS_MUX_FUNC,
51 .iomux_func = U1TXD_MUX_FUNC,
58 .iomux_func = U1RXD_MUX_FUNC,
65 .iomux_func = U1RTS_MUX_FUNC,
72 .iomux_func = U1CTS_MUX_FUNC,
/hal_espressif-latest/components/soc/esp32s2/
Duart_periph.c25 .iomux_func = U0TXD_MUX_FUNC,
32 .iomux_func = U0RXD_MUX_FUNC,
39 .iomux_func = U0RTS_MUX_FUNC,
46 .iomux_func = U0CTS_MUX_FUNC,
59 .iomux_func = U1TXD_MUX_FUNC,
66 .iomux_func = U1RXD_MUX_FUNC,
73 .iomux_func = U1RTS_MUX_FUNC,
80 .iomux_func = U1CTS_MUX_FUNC,
/hal_espressif-latest/components/soc/esp32c6/
Duart_periph.c17 .iomux_func = U0TXD_MUX_FUNC,
24 .iomux_func = U0RXD_MUX_FUNC,
31 .iomux_func = U0RTS_MUX_FUNC,
38 .iomux_func = U0CTS_MUX_FUNC,
51 .iomux_func = U1TXD_MUX_FUNC,
58 .iomux_func = U1RXD_MUX_FUNC,
65 .iomux_func = U1RTS_MUX_FUNC,
72 .iomux_func = U1CTS_MUX_FUNC,
/hal_espressif-latest/components/soc/esp32c3/
Duart_periph.c25 .iomux_func = U0TXD_MUX_FUNC,
32 .iomux_func = U0RXD_MUX_FUNC,
39 .iomux_func = U0RTS_MUX_FUNC,
46 .iomux_func = U0CTS_MUX_FUNC,
59 .iomux_func = U1TXD_MUX_FUNC,
66 .iomux_func = U1RXD_MUX_FUNC,
73 .iomux_func = U1RTS_MUX_FUNC,
80 .iomux_func = U1CTS_MUX_FUNC,
/hal_espressif-latest/components/soc/esp32h2/
Duart_periph.c17 .iomux_func = U0TXD_MUX_FUNC,
24 .iomux_func = U0RXD_MUX_FUNC,
31 .iomux_func = U0RTS_MUX_FUNC,
38 .iomux_func = U0CTS_MUX_FUNC,
51 .iomux_func = U1TXD_MUX_FUNC,
58 .iomux_func = U1RXD_MUX_FUNC,
65 .iomux_func = U1RTS_MUX_FUNC,
72 .iomux_func = U1CTS_MUX_FUNC,
/hal_espressif-latest/components/soc/include/soc/
Duart_periph.h40 int32_t iomux_func : 4; 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()
594 assert (upin->iomux_func != -1); in uart_try_set_iomux_pin()
595 gpio_iomux_out(io_num, upin->iomux_func, false); in uart_try_set_iomux_pin()