Searched defs:uart_gecko_config (Results 1 – 1 of 1) sorted by relevance
122 struct uart_gecko_config { struct124 const struct pinctrl_dev_config *pcfg;126 USART_TypeDef *base;127 CMU_Clock_TypeDef clock;129 void (*irq_config_func)(const struct device *dev);132 struct soc_gpio_pin pin_rx;133 struct soc_gpio_pin pin_tx;135 struct soc_gpio_pin pin_rts;136 struct soc_gpio_pin pin_cts;161 const struct uart_gecko_config *config = dev->config; in uart_gecko_poll_in() argument