Searched defs:uart_gecko_config (Results 1 – 1 of 1) sorted by relevance
117 struct uart_gecko_config { struct119 const struct pinctrl_dev_config *pcfg;121 USART_TypeDef *base;122 CMU_Clock_TypeDef clock;123 uint32_t baud_rate;126 bool hw_flowcontrol;130 void (*irq_config_func)(const struct device *dev);133 struct soc_gpio_pin pin_rx;134 struct soc_gpio_pin pin_tx;136 struct soc_gpio_pin pin_rts;[all …]