Home
last modified time | relevance | path

Searched refs:dscCmd (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_mipi_dsi.c818 …MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t dscCmd) in DSI_WriteApbTxPayloadExt() argument
832 firstWord = dscCmd; in DSI_WriteApbTxPayloadExt()
923 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer()
940 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
Dfsl_mipi_dsi.h332 …uint8_t dscCmd; /*!< The DSC command to send, only valid when @ref sendDscCmd is tr… member
596 …IPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t dscCmd);