Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c961 … srtm_sai_sdma_config_t *thisCfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_Open() local
964 srtm_sai_sdma_config_t *thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Open() local
983 if (thisCfg->extendConfig.audioMclkConf != NULL) in SRTM_SaiSdmaAdapter_Open()
985 thisCfg->extendConfig.audioMclkConf(handle->sai, &thisCfg->mclkConfig); in SRTM_SaiSdmaAdapter_Open()
995 srtm_sai_sdma_config_t *thisCfg; in SRTM_SaiSdmaAdapter_Start() local
1019 thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Start()
1029 thisCfg = &handle->rxConfig; in SRTM_SaiSdmaAdapter_Start()
1061 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_SaiSdmaAdapter_Start()
1063 thisCfg->extendConfig.audioDevInit(true); in SRTM_SaiSdmaAdapter_Start()
1089 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()
[all …]
Dsrtm_pdm_sdma_adapter.c785 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Start() local
814 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_Start()
816 thisCfg->extendConfig.audioDevInit(true); in SRTM_PdmSdmaAdapter_Start()
847 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_End() local
863 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_End()
865 thisCfg->extendConfig.audioDevInit(false); in SRTM_PdmSdmaAdapter_End()
1058 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Suspend() local
1062 if ((thisRtm->state == SRTM_AudioStateStarted) && thisCfg->stopOnSuspend) in SRTM_PdmSdmaAdapter_Suspend()