RTEMS 6.1-rc4
|
MIPI DSI transfer handle structure. More...
#include <fsl_mipi_dsi.h>
Data Fields | |
volatile bool | isBusy |
dsi_transfer_t | xfer |
dsi_callback_t | callback |
void * | userData |
const MIPI_DSI_Type * | dsi |
MIPI DSI transfer handle structure.
dsi_callback_t _dsi_handle::callback |
DSI callback
const MIPI_DSI_Type* _dsi_handle::dsi |
Pointer to MIPI DSI peripheral.
volatile bool _dsi_handle::isBusy |
MIPI DSI is busy with APB data transfer.
void* _dsi_handle::userData |
Callback parameter
dsi_transfer_t _dsi_handle::xfer |
Transfer information.