Home
last modified time | relevance | path

Searched defs:uart_esp32_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_esp32.c78 struct uart_esp32_config { struct
79 const struct device *clock_dev;
80 const struct pinctrl_dev_config *pcfg;
81 const clock_control_subsys_t clock_subsys;
82 int irq_source;
83 int irq_priority;
84 int irq_flags;
85 bool tx_invert;
86 bool rx_invert;
88 const struct device *dma_dev;
[all …]