struct DsiCommandAndResponse

Defined at line 231 of file ../../src/graphics/display/lib/mipi-dsi/include/lib/mipi-dsi/mipi-dsi.h

Describes a DSI Host(Processor)-to-Peripheral command and the Peripheral's

response.

The Processor sends an outgoing packet composed of `virtual_channel_id`,

`data_type` and `payload`.

`response` may point to a buffer to receive the payload bytes sent by the

Peripheral (before the Processor finishes reading from the Peripheral), or

a buffer that has the response payloads (after the reading finishes).

Public Members

uint8_t virtual_channel_id
uint8_t data_type
span payload
span response_payload