Searched refs:dscCmd (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_container.c | 19 static nxpTfaDescriptorType_t clockdep_items_list[] = {dscFile, dscCmd, dscCfMem, dscProfile, dsc_l… 172 if (dsc->type == dscCmd) in tfa2_cnt_get_cmd() 633 case dscCmd: in tfa2_cnt_write_item() 787 nxpTfaDescriptorType_t items_list[] = {dscFile, dscCmd, dscCfMem, dsc_listend}; in tfa2_cnt_write_files() 801 nxpTfaDescriptorType_t items_list[] = {dscFile, dscCmd, dscCfMem, dscPatch, dsc_listend}; in tfa2_cnt_write_files_profile()
|
| D | tfa9xxx_parameters.h | 514 dscCmd, enumerator
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_split/ |
| D | fsl_mipi_dsi.c | 858 …MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t dscCmd) in DSI_WriteApbTxPayloadExt() argument 877 firstWord = dscCmd; in DSI_WriteApbTxPayloadExt() 980 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer() 997 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
|
| D | fsl_mipi_dsi.h | 334 …uint8_t dscCmd; /*!< The DSC command to send, only valid when @ref sendDscCmd is tr… member 598 …IPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t dscCmd);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/mipi_dsi_cmd/ |
| D | fsl_mipi_dsi_cmd.c | 296 dsiXfer.dscCmd = (uint8_t)kMIPI_DCS_SetColumnAddress; in MIPI_DSI_SelectArea() 310 dsiXfer.dscCmd = (uint8_t)kMIPI_DCS_SetPageAddress; in MIPI_DSI_SelectArea()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_imx/ |
| D | fsl_mipi_dsi.c | 846 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer() 865 DSI_WriteTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
|
| D | fsl_mipi_dsi.h | 357 …uint8_t dscCmd; /*!< The DCS command to send, only valid when @ref sendDscCmd is tr… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi/ |
| D | fsl_mipi_dsi.c | 984 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer() 1001 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
|
| D | fsl_mipi_dsi.h | 355 …uint8_t dscCmd; /*!< The DCS command to send, only valid when @ref sendDscCmd is tr… member
|