Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_mipi_dsi.c818 …const MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t … in DSI_WriteApbTxPayloadExt() argument
825 payloadSize = sendDscCmd ? payloadSize + 1U : payloadSize; in DSI_WriteApbTxPayloadExt()
830 if (sendDscCmd) in DSI_WriteApbTxPayloadExt()
908 txDataSize = xfer->sendDscCmd ? (uint32_t)xfer->txDataSize + 1U : (uint32_t)xfer->txDataSize; in DSI_PrepareApbTransfer()
921 if (xfer->sendDscCmd) in DSI_PrepareApbTransfer()
940 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
Dfsl_mipi_dsi.h330 …bool sendDscCmd; /*!< If set to true, the DSC command is specified by @ref dscCmd, o… member
596 …const MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t …