Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c871 bool sync = cfg->config.syncMode == kSAI_ModeSync; in SRTM_SaiSdmaAdapter_SetFormat()
1068 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiSdmaAdapter_Start()
1089 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()
1195 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiSdmaAdapter_End()
1211 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_End()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c482 if (config->syncMode == kSAI_ModeSync) in SAI_TxInit()
606 if (config->syncMode == kSAI_ModeSync) in SAI_RxInit()
745 config->syncMode = kSAI_ModeSync; in SAI_RxGetDefaultConfig()
1484 if (config->syncMode == kSAI_ModeSync) in SAI_TxSetConfig()
1619 if (config->syncMode == kSAI_ModeSync) in SAI_RxSetConfig()
Dfsl_sai.h100 kSAI_ModeSync, /*!< Synchronous mode (with receiver or transmit) */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c362 saiConfig.syncMode = kSAI_ModeSync; in HAL_AudioCommonInit()