Searched refs:dsi_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_mipi_dsi.h | 336 typedef struct _dsi_handle dsi_handle_t; typedef 350 typedef void (*dsi_callback_t)(const MIPI_DSI_Type *base, dsi_handle_t *handle, status_t status, vo… 773 dsi_handle_t *handle, 791 status_t DSI_TransferNonBlocking(const MIPI_DSI_Type *base, dsi_handle_t *handle, dsi_transfer_t *x… 799 void DSI_TransferAbort(const MIPI_DSI_Type *base, dsi_handle_t *handle); 807 void DSI_TransferHandleIRQ(const MIPI_DSI_Type *base, dsi_handle_t *handle);
|
D | fsl_mipi_dsi.c | 90 typedef void (*dsi_isr_t)(const MIPI_DSI_Type *base, dsi_handle_t *handle); 102 static dsi_handle_t *s_dsiHandle[ARRAY_SIZE(s_dsiBases)]; 1139 dsi_handle_t *handle, in DSI_TransferCreateHandle() 1180 status_t DSI_TransferNonBlocking(const MIPI_DSI_Type *base, dsi_handle_t *handle, dsi_transfer_t *x… in DSI_TransferNonBlocking() 1225 void DSI_TransferAbort(const MIPI_DSI_Type *base, dsi_handle_t *handle) in DSI_TransferAbort() 1260 void DSI_TransferHandleIRQ(const MIPI_DSI_Type *base, dsi_handle_t *handle) in DSI_TransferHandleIRQ()
|