Home
last modified time | relevance | path

Searched refs:writeCommandData (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/
Dfsl_dbi.h113 status_t (*writeCommandData)(void *dbiXferHandle, member
151 status_t (*writeCommandData)(dbi_iface_t *dbiIface, member
200 return dbiIface->xferOps->writeCommandData(dbiIface, cmd, data, length); in DBI_IFACE_WriteCmdData()
227 return dbiIface->xferOps->writeCommandData(dbiIface, kMIPI_DBI_SoftReset, NULL, 0); in DBI_IFACE_SoftReset()
240 return dbiIface->xferOps->writeCommandData(dbiIface, cmd, NULL, 0); in DBI_IFACE_SetDiplayOn()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lcdic/
Dfsl_dbi_lcdic_dma.c30 .writeCommandData = DBI_LCDIC_DMA_WriteCommandData,
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lpc_spi/
Dfsl_dbi_spi_dma.c30 .writeCommandData = DBI_SPI_DMA_WriteCommandData,