Home
last modified time | relevance | path

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/
Dtfa2_container.c19 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()
Dtfa9xxx_parameters.h514 dscCmd, enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.h333 …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);
Dfsl_mipi_dsi.c862 …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/
Dfsl_mipi_dsi_cmd.c296 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/
Dfsl_mipi_dsi.h332 …uint8_t dscCmd; /*!< The DCS command to send, only valid when @ref sendDscCmd is tr… member
Dfsl_mipi_dsi.c960 wordCount = xfer->dscCmd; in DSI_PrepareApbTransfer()
977 … DSI_WriteApbTxPayloadExt(base, xfer->txData, xfer->txDataSize, xfer->sendDscCmd, xfer->dscCmd); in DSI_PrepareApbTransfer()