Searched defs:leuart_gecko_config (Results 1 – 1 of 1) sorted by relevance
26 struct leuart_gecko_config { struct27 LEUART_TypeDef *base;28 CMU_Clock_TypeDef clock;29 uint32_t baud_rate;31 void (*irq_config_func)(const struct device *dev);33 struct soc_gpio_pin pin_rx;34 struct soc_gpio_pin pin_tx;36 uint8_t loc_rx;37 uint8_t loc_tx;39 uint8_t loc;