Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c997 srtm_sai_sdma_runtime_t otherRtm; in SRTM_SaiSdmaAdapter_Start() local
1021 otherRtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_Start()
1028 otherRtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_Start()
1057 if (otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiSdmaAdapter_Start()
1071 if (otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiSdmaAdapter_Start()
1089 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()
1147 srtm_sai_sdma_runtime_t otherRtm; in SRTM_SaiSdmaAdapter_End() local
1161 otherRtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_End()
1168 otherRtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_End()
1198 if (otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiSdmaAdapter_End()
[all …]