Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c869 srtm_sai_sdma_runtime_t rtm, paramRtm; in SRTM_SaiSdmaAdapter_SetFormat() local
881 paramRtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_SetFormat()
885paramRtm = (sync && (handle->rxConfig.config.syncMode == kSAI_ModeAsync) && handle->rxRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
897 paramRtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_SetFormat()
901paramRtm = (sync && (handle->txConfig.config.syncMode == kSAI_ModeAsync) && handle->txRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
908 paramRtm = rtm; in SRTM_SaiSdmaAdapter_SetFormat()
911 channels = paramRtm->streamMode == kSAI_Stereo ? 2U : 1U; in SRTM_SaiSdmaAdapter_SetFormat()
912 … bitWidth = paramRtm->bitWidth == 24U ? 32U : paramRtm->bitWidth; in SRTM_SaiSdmaAdapter_SetFormat()
913 cfg->config.serialData.dataMaskedWord = (uint32_t)paramRtm->streamMode; in SRTM_SaiSdmaAdapter_SetFormat()
917 cfg->config.serialData.dataFirstBitShifted = paramRtm->bitWidth; in SRTM_SaiSdmaAdapter_SetFormat()
[all …]