Searched refs:mclkConfig (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_sai_sdma_adapter.h | 53 sai_master_clock_t mclkConfig; member
|
D | srtm_sai_sdma_adapter.c | 857 cfg->mclkConfig.mclkSourceClkHz = saiSrcClk; in SRTM_SaiSdmaAdapter_ReconfigSAI() 858 cfg->mclkConfig.mclkHz = saiSrcClk; in SRTM_SaiSdmaAdapter_ReconfigSAI() 923 SAI_SetMasterClockConfig(handle->sai, &cfg->mclkConfig); in SRTM_SaiSdmaAdapter_SetFormat() 942 … SAI_TxSetBitClockRate(handle->sai, cfg->mclkConfig.mclkHz, paramRtm->srate, bitWidth, channels); in SRTM_SaiSdmaAdapter_SetFormat() 950 … SAI_RxSetBitClockRate(handle->sai, cfg->mclkConfig.mclkHz, paramRtm->srate, bitWidth, channels); in SRTM_SaiSdmaAdapter_SetFormat() 985 thisCfg->extendConfig.audioMclkConf(handle->sai, &thisCfg->mclkConfig); in SRTM_SaiSdmaAdapter_Open()
|