Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c108 struct _srtm_sai_sdma_runtime txRtm; member
146 *pTxState = handle->txRtm.state; in SRTM_SaiSdmaAdapter_GetAudioServiceState()
171 assert(handle->txRtm.proc == NULL); in SRTM_SaiSdmaAdapter_RecycleTxMessage()
173 handle->txRtm.proc = msg; in SRTM_SaiSdmaAdapter_RecycleTxMessage()
252 srtm_sai_sdma_runtime_t rtm = (dir == SRTM_AudioDirTx ? &handle->txRtm : &handle->rxRtm); in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()
254 srtm_sai_sdma_runtime_t rtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()
352 srtm_sai_sdma_runtime_t rtm = dir == SRTM_AudioDirTx ? &handle->txRtm : &handle->rxRtm; in SRTM_SaiSdmaAdapter_DmaTransfer()
354 srtm_sai_sdma_runtime_t rtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_DmaTransfer()
386 rtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_CopyData()
540 srtm_sai_sdma_runtime_t rtm = (dir == SRTM_AudioDirTx ? &handle->txRtm : &handle->rxRtm); in SRTM_SaiSdmaAdapter_Transfer()
[all …]