Lines Matching defs:mcux_flexcomm_config
36 struct mcux_flexcomm_config { struct
37 USART_Type *base;
38 const struct device *clock_dev;
39 clock_control_subsys_t clock_subsys;
40 uint32_t baud_rate;
41 uint8_t parity;
43 void (*irq_config_func)(const struct device *dev);
45 const struct pinctrl_dev_config *pincfg;
47 struct mcux_flexcomm_uart_dma_config tx_dma;
48 struct mcux_flexcomm_uart_dma_config rx_dma;
49 void (*rx_timeout_func)(struct k_work *work);
50 void (*tx_timeout_func)(struct k_work *work);