Searched defs:display_stm32_ltdc_config (Results 1 – 1 of 1) sorted by relevance
71 struct display_stm32_ltdc_config { struct72 uint32_t width;73 uint32_t height;74 struct gpio_dt_spec disp_on_gpio;75 struct gpio_dt_spec bl_ctrl_gpio;76 struct stm32_pclken pclken;77 const struct reset_dt_spec reset;78 const struct pinctrl_dev_config *pctrl;79 void (*irq_config_func)(const struct device *dev);80 const struct device *display_controller;