![]() |
RTEMS 6.1
|
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 |
Structure for the data transfer.
| uint8_t _dsi_transfer::dscCmd |
The DSC command to send, only valid when sendDscCmd is true.
| uint8_t _dsi_transfer::flags |
Flags to control the transfer, see _dsi_transfer_flags.
| uint8_t* _dsi_transfer::rxData |
The TX data buffer.
| uint16_t _dsi_transfer::rxDataSize |
Size of the RX data.
| bool _dsi_transfer::sendDscCmd |
| const uint8_t* _dsi_transfer::txData |
The TX data buffer.
| uint16_t _dsi_transfer::txDataSize |
Size of the TX data.
| dsi_tx_data_type_t _dsi_transfer::txDataType |
TX data type.
| uint8_t _dsi_transfer::virtualChannel |
Virtual channel.