Searched refs:writeMemory (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/ |
| D | fsl_dbi.h | 117 status_t (*writeMemory)(void *dbiXferHandle, member 164 status_t (*writeMemory)(dbi_iface_t *dbiIface, member 266 return dbiIface->xferOps->writeMemory(dbiIface, kMIPI_DBI_WriteMemoryStart, data, length); in DBI_IFACE_WriteMemory() 280 return dbiIface->xferOps->writeMemory(dbiIface, kMIPI_DBI_WriteMemoryContinue, data, length); in DBI_IFACE_WriteMemoryContinue()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/ |
| D | fsl_ssd1963.c | 417 …return handle->xferOps->writeMemory(handle->xferOpsData, SSD1963_WRITE_MEMORY_START, (const uint8_… in SSD1963_WritePixels() 502 …return handle->xferOps->writeMemory(handle->xferOpsData, SSD1963_WRITE_MEMORY_START, data, length); in SSD1963_WriteMemory()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/flexio/ |
| D | fsl_dbi_flexio_smartdma.c | 32 .writeMemory = DBI_FLEXIO_SMARTDMA_WriteMemory,
|
| D | fsl_dbi_flexio_edma.c | 32 .writeMemory = DBI_FLEXIO_EDMA_WriteMemory,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lcdic/ |
| D | fsl_dbi_lcdic_dma.c | 34 .writeMemory = DBI_LCDIC_DMA_WriteMemory,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lpc_spi/ |
| D | fsl_dbi_spi_dma.c | 34 .writeMemory = DBI_SPI_DMA_WriteMemory,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/st7796s/ |
| D | fsl_st7796s.c | 287 …ST7796S_ERROR_CHECK(handle->xferOps->writeMemory(handle->xferOpsData, ST7796S_CMD_RAMWR, pixels, l… in ST7796S_WritePixels()
|