Searched defs:mcux_mipi_dsi_config (Results 1 – 1 of 1) sorted by relevance
27 struct mcux_mipi_dsi_config { struct28 MIPI_DSI_HOST_Type *base;29 dsi_dpi_config_t dpi_config;30 bool auto_insert_eotp;31 bool noncontinuous_hs_clk;32 const struct device *bit_clk_dev;33 clock_control_subsys_t bit_clk_subsys;34 const struct device *esc_clk_dev;35 clock_control_subsys_t esc_clk_subsys;36 const struct device *pixel_clk_dev;[all …]