Searched defs:dbiXferHandle (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/flexio/ |
| 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() 63 status_t DBI_FLEXIO_SMARTDMA_CreateXferHandle(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() 88 status_t DBI_FLEXIO_SMARTDMA_WriteData(void *dbiXferHandle, void *data, uint32_t len_byte) 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() 121 status_t DBI_FLEXIO_SMARTDMA_ReadMemory(void *dbiXferHandle, uint32_t command, void *data, uint32_t… in DBI_FLEXIO_SMARTDMA_ReadMemory()
|
| 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() 63 status_t DBI_FLEXIO_EDMA_CreateXferHandle(dbi_flexio_edma_xfer_handle_t *dbiXferHandle, in DBI_FLEXIO_EDMA_CreateXferHandle() 75 status_t DBI_FLEXIO_EDMA_WriteCommand(void *dbiXferHandle, uint32_t command) 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() 101 status_t DBI_FLEXIO_EDMA_WriteMemory(void *dbiXferHandle, uint32_t command, const void *data, uint3… in DBI_FLEXIO_EDMA_WriteMemory() 140 status_t DBI_FLEXIO_EDMA_ReadMemory(void *dbiXferHandle, uint32_t command, void *data, uint32_t len… in DBI_FLEXIO_EDMA_ReadMemory()
|