Searched defs:mcux_flexcomm_config (Results 1 – 2 of 2) sorted by relevance
29 struct mcux_flexcomm_config { struct30 I2C_Type *base;31 const struct device *clock_dev;32 clock_control_subsys_t clock_subsys;33 void (*irq_config_func)(const struct device *dev);34 uint32_t bitrate;35 const struct pinctrl_dev_config *pincfg;36 const struct reset_dt_spec reset;
36 struct mcux_flexcomm_config { struct37 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;[all …]