Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c110 srtm_sai_sdma_config_t rxConfig; member
812 …_CreateHandle(&handle->rxDmaHandle, handle->dma, handle->rxConfig.dmaChannel, &handle->rxConfig.rx… in SRTM_SaiSdmaAdapter_InitSAI()
813 handle->rxDmaHandle.priority = handle->rxConfig.ChannelPriority; in SRTM_SaiSdmaAdapter_InitSAI()
815 &handle->rxDmaHandle, handle->rxConfig.eventSource); in SRTM_SaiSdmaAdapter_InitSAI()
842 srtm_sai_sdma_config_t *cfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_ReconfigSAI()
865 srtm_sai_sdma_config_t *cfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_SetFormat()
885 …paramRtm = (sync && (handle->rxConfig.config.syncMode == kSAI_ModeAsync) && handle->rxRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
961 … srtm_sai_sdma_config_t *thisCfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_Open()
1003 …uint32_t *threshold = dir == SRTM_AudioDirTx ? &handle->txConfig.threshold : &handle->rxConfig.thr… in SRTM_SaiSdmaAdapter_Start()
1004 …uint32_t *guardTime = dir == SRTM_AudioDirTx ? &handle->txConfig.guardTime : &handle->rxConfig.gua… in SRTM_SaiSdmaAdapter_Start()
[all …]
Dsrtm_pdm_sdma_adapter.c110 srtm_pdm_sdma_config_t rxConfig; member
696 PDM_Init(handle->pdm, (const pdm_config_t *)(&handle->rxConfig.config)); in SRTM_PdmSdmaAdapter_InitPDM()
698 …_CreateHandle(&handle->rxDmaHandle, handle->dma, handle->rxConfig.dmaChannel, &handle->rxConfig.rx… in SRTM_PdmSdmaAdapter_InitPDM()
700 handle->rxConfig.channelPriority; /* The priority will be set in SDMA_StartTransfer. */ in SRTM_PdmSdmaAdapter_InitPDM()
705 &handle->rxDmaHandle, handle->rxConfig.eventSource); in SRTM_PdmSdmaAdapter_InitPDM()
718 PDM_SetChannelConfigSDMA(handle->pdm, &rtm->pdmHandle, ch, &handle->rxConfig.channelConfig); in SRTM_PdmSdmaAdapter_SetConfig()
721 (void)PDM_SetSampleRateConfig(handle->pdm, handle->rxConfig.pdmSrcClk, rtm->srate); in SRTM_PdmSdmaAdapter_SetConfig()
785 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Start()
847 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_End()
949 srtm_pdm_sdma_config_t *cfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_SetParam()
[all …]
Dsrtm_sai_sdma_adapter.h108 srtm_sai_sdma_config_t *rxConfig);
Dsrtm_pdm_sdma_adapter.h135 …r_t SRTM_PdmSdmaAdapter_Create(PDM_Type *pdm, SDMAARM_Type *dma, srtm_pdm_sdma_config_t *rxConfig);