Searched defs:uart_esp32_config (Results 1 – 1 of 1) sorted by relevance
78 struct uart_esp32_config { struct79 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 …]