RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
_dsi_transfer Struct Reference

Structure for the data transfer. More...

#include <fsl_mipi_dsi.h>

Data Fields

uint8_t virtualChannel
 
dsi_tx_data_type_t txDataType
 
uint8_t flags
 
const uint8_t * txData
 
uint8_t * rxData
 
uint16_t txDataSize
 
uint16_t rxDataSize
 
bool sendDscCmd
 
uint8_t dscCmd
 

Detailed Description

Structure for the data transfer.

Field Documentation

◆ dscCmd

uint8_t _dsi_transfer::dscCmd

The DSC command to send, only valid when sendDscCmd is true.

◆ flags

uint8_t _dsi_transfer::flags

Flags to control the transfer, see _dsi_transfer_flags.

◆ rxData

uint8_t* _dsi_transfer::rxData

The TX data buffer.

◆ rxDataSize

uint16_t _dsi_transfer::rxDataSize

Size of the RX data.

◆ sendDscCmd

bool _dsi_transfer::sendDscCmd

If set to true, the DSC command is specified by dscCmd, otherwise the DSC command is included in the txData.

◆ txData

const uint8_t* _dsi_transfer::txData

The TX data buffer.

◆ txDataSize

uint16_t _dsi_transfer::txDataSize

Size of the TX data.

◆ txDataType

dsi_tx_data_type_t _dsi_transfer::txDataType

TX data type.

◆ virtualChannel

uint8_t _dsi_transfer::virtualChannel

Virtual channel.


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