Searched refs:writeCommandData (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/ |
| D | fsl_dbi.h | 113 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/ |
| D | fsl_dbi_lcdic_dma.c | 30 .writeCommandData = DBI_LCDIC_DMA_WriteCommandData,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lpc_spi/ |
| D | fsl_dbi_spi_dma.c | 30 .writeCommandData = DBI_SPI_DMA_WriteCommandData,
|