Lines Matching defs:uart_esp32_config
78 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;
89 uint8_t tx_dma_channel;
90 uint8_t rx_dma_channel;