Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.c858 …const MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t … in DSI_WriteApbTxPayloadExt() argument
867 if (sendDscCmd) in DSI_WriteApbTxPayloadExt()
875 if (sendDscCmd) in DSI_WriteApbTxPayloadExt()
958 if (xfer->sendDscCmd) in DSI_PrepareApbTransfer()
978 if (xfer->sendDscCmd) in DSI_PrepareApbTransfer()
997 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
Dfsl_mipi_dsi.h332 …bool sendDscCmd; /*!< If set to true, the DSC command is specified by @ref dscCmd, o… member
598 …const MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t …
/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_imx/
Dfsl_mipi_dsi.c830 txDataSize = xfer->sendDscCmd ? (uint32_t)xfer->txDataSize + 1U : (uint32_t)xfer->txDataSize; in DSI_PrepareApbTransfer()
843 if (xfer->sendDscCmd) in DSI_PrepareApbTransfer()
865 DSI_WriteTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
Dfsl_mipi_dsi.h355 …bool sendDscCmd; /*!< If set to true, the DCS command is specified by @ref dscCmd, o… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi.c962 if (xfer->sendDscCmd) in DSI_PrepareApbTransfer()
982 if (xfer->sendDscCmd) in DSI_PrepareApbTransfer()
1001 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
Dfsl_mipi_dsi.h353 …bool sendDscCmd; /*!< If set to true, the DCS command is specified by @ref dscCmd, o… member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/mipi_dsi_cmd/
Dfsl_mipi_dsi_cmd.c295 dsiXfer.sendDscCmd = true; in MIPI_DSI_SelectArea()