Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
MIPI-DSI host driver API. More...
#include <mipi_dsi.h>
Data Fields | |
int(* | attach )(const struct device *dev, uint8_t channel, const struct mipi_dsi_device *mdev) |
ssize_t(* | transfer )(const struct device *dev, uint8_t channel, struct mipi_dsi_msg *msg) |
int(* | detach )(const struct device *dev, uint8_t channel, const struct mipi_dsi_device *mdev) |
MIPI-DSI host driver API.
int(* mipi_dsi_driver_api::attach) (const struct device *dev, uint8_t channel, const struct mipi_dsi_device *mdev) |
int(* mipi_dsi_driver_api::detach) (const struct device *dev, uint8_t channel, const struct mipi_dsi_device *mdev) |
ssize_t(* mipi_dsi_driver_api::transfer) (const struct device *dev, uint8_t channel, struct mipi_dsi_msg *msg) |