Searched refs:sendDscCmd (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_split/ |
| D | fsl_mipi_dsi.c | 858 …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()
|
| D | fsl_mipi_dsi.h | 332 …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/ |
| D | fsl_mipi_dsi.c | 830 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()
|
| D | fsl_mipi_dsi.h | 355 …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/ |
| D | fsl_mipi_dsi.c | 962 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()
|
| D | fsl_mipi_dsi.h | 353 …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/ |
| D | fsl_mipi_dsi_cmd.c | 295 dsiXfer.sendDscCmd = true; in MIPI_DSI_SelectArea()
|