Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_sdma_adapter.c112 struct _srtm_pdm_sdma_runtime rxRtm; member
151 *pRxState = handle->rxRtm.state; in SRTM_PdmSdmaAdapter_GetAudioServiceState()
168 assert(handle->rxRtm.proc == NULL); in SRTM_PdmSdmaAdapter_RecycleRxMessage()
170 handle->rxRtm.proc = msg; in SRTM_PdmSdmaAdapter_RecycleRxMessage()
211 srtm_pdm_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()
282 srtm_pdm_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_PdmSdmaAdapter_DmaTransfer()
305 srtm_pdm_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
370 srtm_pdm_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_PdmSdmaAdapter_CopyData()
412 srtm_pdm_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_PdmSdmaAdapter_Transfer()
441 srtm_pdm_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_PdmSdmaAdapter_RxTransferProc()
[all …]
Dsrtm_sai_sdma_adapter.c112 struct _srtm_sai_sdma_runtime rxRtm; member
148 *pRxState = handle->rxRtm.state; in SRTM_SaiSdmaAdapter_GetAudioServiceState()
180 assert(handle->rxRtm.proc == NULL); in SRTM_SaiSdmaAdapter_RecycleRxMessage()
182 handle->rxRtm.proc = msg; in SRTM_SaiSdmaAdapter_RecycleRxMessage()
252 srtm_sai_sdma_runtime_t rtm = (dir == SRTM_AudioDirTx ? &handle->txRtm : &handle->rxRtm); in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()
352 srtm_sai_sdma_runtime_t rtm = dir == SRTM_AudioDirTx ? &handle->txRtm : &handle->rxRtm; in SRTM_SaiSdmaAdapter_DmaTransfer()
434 rtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
497 rtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_RxCopyData()
540 srtm_sai_sdma_runtime_t rtm = (dir == SRTM_AudioDirTx ? &handle->txRtm : &handle->rxRtm); in SRTM_SaiSdmaAdapter_Transfer()
593 srtm_sai_sdma_runtime_t rtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_RxTransferProc()
[all …]