Home
last modified time | relevance | path

Searched defs:nt35510_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_nt35510.c52 struct nt35510_config { struct
53 const struct device *mipi_dsi;
54 const struct gpio_dt_spec reset;
55 const struct gpio_dt_spec backlight;
56 uint8_t data_lanes;
57 uint16_t width;
58 uint16_t height;
59 uint8_t channel;
60 uint16_t rotation;
190 static int nt35510_config(const struct device *dev) in nt35510_config() function