Home
last modified time | relevance | path

Searched refs:writeMemory (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/
Dfsl_dbi.h117 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/
Dfsl_ssd1963.c417 …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/
Dfsl_dbi_flexio_smartdma.c32 .writeMemory = DBI_FLEXIO_SMARTDMA_WriteMemory,
Dfsl_dbi_flexio_edma.c32 .writeMemory = DBI_FLEXIO_EDMA_WriteMemory,
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lcdic/
Dfsl_dbi_lcdic_dma.c34 .writeMemory = DBI_LCDIC_DMA_WriteMemory,
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lpc_spi/
Dfsl_dbi_spi_dma.c34 .writeMemory = DBI_SPI_DMA_WriteMemory,
/hal_nxp-latest/mcux/mcux-sdk/components/st7796s/
Dfsl_st7796s.c287 …ST7796S_ERROR_CHECK(handle->xferOps->writeMemory(handle->xferOpsData, ST7796S_CMD_RAMWR, pixels, l… in ST7796S_WritePixels()