Lines Matching defs:uart_gecko_config
128 struct uart_gecko_config { struct
130 const struct pinctrl_dev_config *pcfg;
132 USART_TypeDef *base;
134 const struct device *clock_dev;
135 const struct silabs_clock_control_cmu_config clock_cfg;
137 CMU_Clock_TypeDef clock;
139 uint32_t baud_rate;
142 bool hw_flowcontrol;
146 void (*irq_config_func)(const struct device *dev);
149 struct soc_gpio_pin pin_rx;
150 struct soc_gpio_pin pin_tx;
152 struct soc_gpio_pin pin_rts;
153 struct soc_gpio_pin pin_cts;
177 const struct uart_gecko_config *config = dev->config; in uart_gecko_poll_in() argument