HPM SDK
HPMicro Software Development Kit
mipi_dsi_msg Struct Reference

#include <hpm_mipi_dsi_drv.h>

Data Fields

uint8_t channel
 
uint8_t type
 
uint16_t tx_len
 
const void * tx_buf
 
uint16_t rx_len
 
void * rx_buf
 

Detailed Description

mipi_dsi_msg_t - read/write DSI buffer

Field Documentation

◆ channel

uint8_t mipi_dsi_msg::channel

virtual channel id

◆ rx_buf

void* mipi_dsi_msg::rx_buf

data to be read, or NULL

◆ rx_len

uint16_t mipi_dsi_msg::rx_len

length of rx_buf

◆ tx_buf

const void* mipi_dsi_msg::tx_buf

data to be written

◆ tx_len

uint16_t mipi_dsi_msg::tx_len

length of tx_buf

◆ type

uint8_t mipi_dsi_msg::type

payload data type


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