Searched refs:dbiXferHandle (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/flexio/ |
| D | fsl_dbi_flexio_edma.c | 55 void DBI_FLEXIO_EDMA_SetMemoryDoneCallback(void *dbiXferHandle, dbi_mem_done_callback_t callback, v… in DBI_FLEXIO_EDMA_SetMemoryDoneCallback() argument 57 dbi_flexio_edma_xfer_handle_t *xferHandle = (dbi_flexio_edma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_EDMA_SetMemoryDoneCallback() 63 status_t DBI_FLEXIO_EDMA_CreateXferHandle(dbi_flexio_edma_xfer_handle_t *dbiXferHandle, in DBI_FLEXIO_EDMA_CreateXferHandle() argument 68 (void)memset(dbiXferHandle, 0, sizeof(dbi_flexio_edma_xfer_handle_t)); in DBI_FLEXIO_EDMA_CreateXferHandle() 70 return FLEXIO_MCULCD_TransferCreateHandleEDMA(flexioLCD, &dbiXferHandle->flexioHandle, in DBI_FLEXIO_EDMA_CreateXferHandle() 71 … DBI_FLEXIO_EDMA_TransferCompletedCallback, dbiXferHandle, txDmaHandle, in DBI_FLEXIO_EDMA_CreateXferHandle() 75 status_t DBI_FLEXIO_EDMA_WriteCommand(void *dbiXferHandle, uint32_t command) in DBI_FLEXIO_EDMA_WriteCommand() argument 77 dbi_flexio_edma_xfer_handle_t *xferHandle = (dbi_flexio_edma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_EDMA_WriteCommand() 88 status_t DBI_FLEXIO_EDMA_WriteData(void *dbiXferHandle, void *data, uint32_t len_byte) in DBI_FLEXIO_EDMA_WriteData() argument 90 dbi_flexio_edma_xfer_handle_t *xferHandle = (dbi_flexio_edma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_EDMA_WriteData() [all …]
|
| D | fsl_dbi_flexio_smartdma.c | 55 void DBI_FLEXIO_SMARTDMA_SetMemoryDoneCallback(void *dbiXferHandle, dbi_mem_done_callback_t callbac… in DBI_FLEXIO_SMARTDMA_SetMemoryDoneCallback() argument 57 …dbi_flexio_smartdma_xfer_handle_t *xferHandle = (dbi_flexio_smartdma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_SMARTDMA_SetMemoryDoneCallback() 63 status_t DBI_FLEXIO_SMARTDMA_CreateXferHandle(dbi_flexio_smartdma_xfer_handle_t *dbiXferHandle, in DBI_FLEXIO_SMARTDMA_CreateXferHandle() argument 67 …dbi_flexio_smartdma_xfer_handle_t *xferHandle = (dbi_flexio_smartdma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_SMARTDMA_CreateXferHandle() 75 status_t DBI_FLEXIO_SMARTDMA_WriteCommand(void *dbiXferHandle, uint32_t command) in DBI_FLEXIO_SMARTDMA_WriteCommand() argument 77 …dbi_flexio_smartdma_xfer_handle_t *xferHandle = (dbi_flexio_smartdma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_SMARTDMA_WriteCommand() 88 status_t DBI_FLEXIO_SMARTDMA_WriteData(void *dbiXferHandle, void *data, uint32_t len_byte) in DBI_FLEXIO_SMARTDMA_WriteData() argument 90 …dbi_flexio_smartdma_xfer_handle_t *xferHandle = (dbi_flexio_smartdma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_SMARTDMA_WriteData() 101 status_t DBI_FLEXIO_SMARTDMA_WriteMemory(void *dbiXferHandle, uint32_t command, const void *data, u… in DBI_FLEXIO_SMARTDMA_WriteMemory() argument 105 …dbi_flexio_smartdma_xfer_handle_t *xferHandle = (dbi_flexio_smartdma_xfer_handle_t *)dbiXferHandle; in DBI_FLEXIO_SMARTDMA_WriteMemory() [all …]
|
| D | fsl_dbi_flexio_smartdma.h | 59 status_t DBI_FLEXIO_SMARTDMA_CreateXferHandle(dbi_flexio_smartdma_xfer_handle_t *dbiXferHandle, 70 status_t DBI_FLEXIO_SMARTDMA_WriteCommand(void *dbiXferHandle, uint32_t command); 80 status_t DBI_FLEXIO_SMARTDMA_WriteData(void *dbiXferHandle, void *data, uint32_t len_byte); 93 status_t DBI_FLEXIO_SMARTDMA_WriteMemory(void *dbiXferHandle, uint32_t command, const void *data, u… 104 status_t DBI_FLEXIO_SMARTDMA_ReadMemory(void *dbiXferHandle, uint32_t command, void *data, uint32_t… 116 void DBI_FLEXIO_SMARTDMA_SetMemoryDoneCallback(void *dbiXferHandle, dbi_mem_done_callback_t callbac…
|
| D | fsl_dbi_flexio_edma.h | 65 status_t DBI_FLEXIO_EDMA_CreateXferHandle(dbi_flexio_edma_xfer_handle_t *dbiXferHandle, 77 status_t DBI_FLEXIO_EDMA_WriteCommand(void *dbiXferHandle, uint32_t command); 87 status_t DBI_FLEXIO_EDMA_WriteData(void *dbiXferHandle, void *data, uint32_t len_byte); 100 status_t DBI_FLEXIO_EDMA_WriteMemory(void *dbiXferHandle, uint32_t command, const void *data, uint3… 111 status_t DBI_FLEXIO_EDMA_ReadMemory(void *dbiXferHandle, uint32_t command, void *data, uint32_t len… 123 void DBI_FLEXIO_EDMA_SetMemoryDoneCallback(void *dbiXferHandle, dbi_mem_done_callback_t callback, v…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/ |
| D | fsl_dbi.h | 111 … status_t (*writeCommand)(void *dbiXferHandle, uint32_t command); /*!< Write command. */ 112 status_t (*writeData)(void *dbiXferHandle, void *data, uint32_t len_byte); /*!< Write data. */ 113 status_t (*writeCommandData)(void *dbiXferHandle, 117 status_t (*writeMemory)(void *dbiXferHandle, 121 status_t (*readMemory)(void *dbiXferHandle, 125 void (*setMemoryDoneCallback)(void *dbiXferHandle,
|