Lines Matching defs:uart_stm32_config
27 struct uart_stm32_config { struct
29 USART_TypeDef *usart;
31 const struct reset_dt_spec reset;
33 const struct stm32_pclken *pclken;
35 size_t pclk_len;
37 bool single_wire;
39 bool tx_rx_swap;
41 bool rx_invert;
43 bool tx_invert;
45 bool de_enable;
47 uint8_t de_assert_time;
49 uint8_t de_deassert_time;
51 bool de_invert;
53 bool fifo_enable;
55 const struct pinctrl_dev_config *pcfg;
58 uart_irq_config_func_t irq_config_func;
62 bool wakeup_source;
63 uint32_t wakeup_line;