Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c352 config->syncMode = kSAI_ModeAsync; in SAI_GetCommonConfig()
476 if (config->syncMode == kSAI_ModeAsync) in SAI_TxInit()
600 if (config->syncMode == kSAI_ModeAsync) in SAI_RxInit()
711 config->syncMode = kSAI_ModeAsync; in SAI_TxGetDefaultConfig()
1478 if (config->syncMode == kSAI_ModeAsync) in SAI_TxSetConfig()
1613 if (config->syncMode == kSAI_ModeAsync) in SAI_RxSetConfig()
Dfsl_sai.h99 kSAI_ModeAsync = 0x0U, /*!< Asynchronous mode */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c358 saiConfig.syncMode = kSAI_ModeAsync; in HAL_AudioCommonInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c885 …paramRtm = (sync && (handle->rxConfig.config.syncMode == kSAI_ModeAsync) && handle->rxRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
901 …paramRtm = (sync && (handle->txConfig.config.syncMode == kSAI_ModeAsync) && handle->txRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()