Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mipi_dsi_driver_api Struct Reference

@driver_ops{MIPI-DSI} More...

#include <mipi_dsi.h>

Data Fields

mipi_dsi_api_attach_t attach
 @driver_ops_mandatory Attach a new device to the MIPI-DSI bus.
mipi_dsi_api_transfer_t transfer
 @driver_ops_mandatory Transfer data to/from a device attached to the MIPI-DSI bus.
mipi_dsi_api_detach_t detach
 @driver_ops_optional Detach a device from the MIPI-DSI bus.

Detailed Description

@driver_ops{MIPI-DSI}

Field Documentation

◆ attach

mipi_dsi_api_attach_t mipi_dsi_driver_api::attach

@driver_ops_mandatory Attach a new device to the MIPI-DSI bus.

◆ detach

mipi_dsi_api_detach_t mipi_dsi_driver_api::detach

@driver_ops_optional Detach a device from the MIPI-DSI bus.

◆ transfer

mipi_dsi_api_transfer_t mipi_dsi_driver_api::transfer

@driver_ops_mandatory Transfer data to/from a device attached to the MIPI-DSI bus.


The documentation for this struct was generated from the following file: