Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_bitbang.c24 struct mipi_dbi_bitbang_config { struct
26 const struct gpio_dt_spec data[MIPI_DBI_MAX_DATA_BUS_WIDTH];
27 const uint8_t data_bus_width;
30 const struct gpio_dt_spec rd;
33 const struct gpio_dt_spec wr;
36 const struct gpio_dt_spec e;
39 const struct gpio_dt_spec cs;
42 const struct gpio_dt_spec cmd_data;
68 static inline void mipi_dbi_bitbang_set_data_gpios(const struct mipi_dbi_bitbang_config *config, in mipi_dbi_bitbang_set_data_gpios() argument