Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c965 … srtm_sai_sdma_config_t *thisCfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_Open() local
968 srtm_sai_sdma_config_t *thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Open() local
987 if (thisCfg->extendConfig.audioMclkConf != NULL) in SRTM_SaiSdmaAdapter_Open()
989 thisCfg->extendConfig.audioMclkConf(handle->sai, &thisCfg->mclkConfig); in SRTM_SaiSdmaAdapter_Open()
999 srtm_sai_sdma_config_t *thisCfg; in SRTM_SaiSdmaAdapter_Start() local
1023 thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Start()
1033 thisCfg = &handle->rxConfig; in SRTM_SaiSdmaAdapter_Start()
1065 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_SaiSdmaAdapter_Start()
1067 thisCfg->extendConfig.audioDevInit(true); in SRTM_SaiSdmaAdapter_Start()
1093 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()
[all …]
Dsrtm_sai_edma_adapter.c771 srtm_sai_edma_config_t *thisCfg, *otherCfg; in SRTM_SaiEdmaAdapter_Start() local
794 thisCfg = &handle->txConfig; in SRTM_SaiEdmaAdapter_Start()
803 thisCfg = &handle->rxConfig; in SRTM_SaiEdmaAdapter_Start()
859 if (thisCfg->config.syncMode == kSAI_ModeSync && otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiEdmaAdapter_Start()
919 srtm_sai_edma_config_t *thisCfg; in SRTM_SaiEdmaAdapter_End() local
933 thisCfg = &handle->txConfig; in SRTM_SaiEdmaAdapter_End()
943 thisCfg = &handle->rxConfig; in SRTM_SaiEdmaAdapter_End()
985 … if (thisCfg->config.syncMode == kSAI_ModeSync && otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiEdmaAdapter_End()
1001 thisCfg->threshold = 1U; in SRTM_SaiEdmaAdapter_End()
1180 srtm_sai_edma_config_t *thisCfg; in SRTM_SaiEdmaAdapter_Suspend() local
[all …]
Dsrtm_pdm_edma_adapter.c873 srtm_pdm_edma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmEdmaAdapter_Start() local
905 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmEdmaAdapter_Start()
907 thisCfg->extendConfig.audioDevInit(true); in SRTM_PdmEdmaAdapter_Start()
957 srtm_pdm_edma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmEdmaAdapter_End() local
973 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmEdmaAdapter_End()
975 thisCfg->extendConfig.audioDevInit(false); in SRTM_PdmEdmaAdapter_End()
1168 srtm_pdm_edma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmEdmaAdapter_Suspend() local
1172 if ((thisRtm->state == SRTM_AudioStateStarted) && thisCfg->stopOnSuspend) in SRTM_PdmEdmaAdapter_Suspend()
Dsrtm_pdm_sdma_adapter.c778 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Start() local
807 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_Start()
809 thisCfg->extendConfig.audioDevInit(true); in SRTM_PdmSdmaAdapter_Start()
840 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_End() local
856 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_End()
858 thisCfg->extendConfig.audioDevInit(false); in SRTM_PdmSdmaAdapter_End()
1051 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Suspend() local
1055 if ((thisRtm->state == SRTM_AudioStateStarted) && thisCfg->stopOnSuspend) in SRTM_PdmSdmaAdapter_Suspend()