Searched refs:dscCmd (Results 1 – 7 of 7) sorted by relevance
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi_split/ |
D | fsl_mipi_dsi.h | 333 …uint8_t dscCmd; /*!< The DSC command to send, only valid when @ref sendDscCmd is tr… member 597 …IPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t dscCmd);
|
D | fsl_mipi_dsi.c | 862 …MIPI_DSI_Type *base, const uint8_t *payload, uint16_t payloadSize, bool sendDscCmd, uint8_t dscCmd) in DSI_WriteApbTxPayloadExt() argument 881 firstWord = dscCmd; in DSI_WriteApbTxPayloadExt() 984 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer() 1001 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
|
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi/ |
D | fsl_mipi_dsi.h | 332 …uint8_t dscCmd; /*!< The DCS command to send, only valid when @ref sendDscCmd is tr… member
|
D | fsl_mipi_dsi.c | 960 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer() 977 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()
|